freebsd-ports/Makefile

47 lines
958 B
Makefile
Raw Normal View History

1996-09-13 22:07:26 -04:00
# $Id: Makefile,v 1.24 1996/04/01 11:17:56 asami Exp $
#
SUBDIR += archivers
SUBDIR += audio
SUBDIR += benchmarks
SUBDIR += cad
1996-09-13 22:07:26 -04:00
SUBDIR += chinese
SUBDIR += comms
SUBDIR += databases
SUBDIR += devel
SUBDIR += editors
SUBDIR += emulators
SUBDIR += games
SUBDIR += graphics
SUBDIR += japanese
SUBDIR += lang
SUBDIR += mail
SUBDIR += math
1995-11-26 22:50:07 -05:00
SUBDIR += misc
SUBDIR += net
SUBDIR += news
1995-08-14 00:08:46 -04:00
SUBDIR += plan9
SUBDIR += print
SUBDIR += russian
SUBDIR += shells
SUBDIR += security
SUBDIR += sysutils
1995-11-26 22:50:07 -05:00
SUBDIR += www
SUBDIR += x11
PORTSTOP= yes
.include <bsd.port.subdir.mk>
index:
@rm -f ${.CURDIR}/INDEX
@make ${.CURDIR}/INDEX
${.CURDIR}/INDEX:
@echo -n "Generating INDEX - please wait.."
1995-03-20 22:57:19 -05:00
@make describe ECHO_MSG="echo > /dev/null" > ${.CURDIR}/INDEX
@echo " Done."
print-index: ${.CURDIR}/INDEX
@awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX