freebsd-ports/Makefile

50 lines
1,011 B
Makefile
Raw Normal View History

1996-12-05 12:09:04 +01:00
# $Id: Makefile,v 1.27 1996/11/07 12:30:23 asami Exp $
#
SUBDIR += archivers
1996-10-24 13:20:46 +02:00
SUBDIR += astro
SUBDIR += audio
SUBDIR += benchmarks
SUBDIR += cad
1996-09-14 04:07:26 +02: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
1996-11-07 13:30:23 +01:00
SUBDIR += mbone
1995-11-27 04:50:07 +01:00
SUBDIR += misc
SUBDIR += net
SUBDIR += news
1995-08-14 06:08:46 +02:00
SUBDIR += plan9
SUBDIR += print
SUBDIR += russian
SUBDIR += shells
SUBDIR += security
SUBDIR += sysutils
1996-12-05 12:09:04 +01:00
SUBDIR += vietnamese
1995-11-27 04:50:07 +01: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-21 04:57:19 +01: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