freebsd-ports/Makefile

44 lines
907 B
Makefile
Raw Normal View History

1995-11-26 22:50:07 -05:00
# $Id: Makefile,v 1.21 1995/08/14 04:08:46 asami Exp $
#
SUBDIR += archivers
SUBDIR += audio
SUBDIR += benchmarks
SUBDIR += cad
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
.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
1995-04-01 08:05:35 -05:00
@awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nKeywds:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8); }' < ${.CURDIR}/INDEX