SUBDIR= doc src include Mk/dports.subdir.mk include Mk/dports.autoconf.mk Mk/dports.autoconf.mk src/pextlib1.0/config.h: configure @if test -f ./config.status ; then \ set -x ; \ ./config.status --recheck ; \ touch Mk/dports.autoconf.mk ; \ touch src/pextlib1.0/config.h ; \ else \ set -x ; \ echo "Source tree not configured. Use ./configure" ; \ fi all:: Mk/dports.autoconf.mk install:: $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 dp_version ${DESTDIR}${portconfigdir} @echo "" @echo "Congratulations, you have successfully installed the DarwinPorts system." @echo "" @echo "To get the Portfiles and update the system run:" @echo "" @echo "sudo port selfupdate" @echo "" @echo "Please read README_RELEASE1 and port(1)." @echo "" clean:: distclean:: rm -f config.log config.status configure.lineno rm -rf autom4te.cache rm -f Makefile Mk/dports.autoconf.mk test::