1995-08-14 04:08:46 +00:00
|
|
|
# $Id: Makefile,v 1.20 1995/07/13 00:57:24 asami Exp $
|
1994-08-23 10:20:29 +00:00
|
|
|
#
|
1995-07-01 07:58:11 +00:00
|
|
|
|
|
|
|
SUBDIR += archivers
|
|
|
|
SUBDIR += audio
|
1995-07-13 00:57:24 +00:00
|
|
|
SUBDIR += benchmarks
|
1995-07-01 07:58:11 +00:00
|
|
|
SUBDIR += cad
|
|
|
|
SUBDIR += comms
|
|
|
|
SUBDIR += databases
|
|
|
|
SUBDIR += devel
|
|
|
|
SUBDIR += editors
|
|
|
|
SUBDIR += emulators
|
|
|
|
SUBDIR += games
|
|
|
|
SUBDIR += graphics
|
|
|
|
SUBDIR += japanese
|
|
|
|
SUBDIR += lang
|
|
|
|
SUBDIR += mail
|
|
|
|
SUBDIR += math
|
|
|
|
SUBDIR += net
|
|
|
|
SUBDIR += news
|
1995-08-14 04:08:46 +00:00
|
|
|
SUBDIR += plan9
|
1995-07-01 07:58:11 +00:00
|
|
|
SUBDIR += print
|
|
|
|
SUBDIR += russian
|
|
|
|
SUBDIR += shells
|
1995-07-13 00:57:24 +00:00
|
|
|
SUBDIR += security
|
|
|
|
SUBDIR += sysutils
|
1995-07-01 07:58:11 +00:00
|
|
|
SUBDIR += utils
|
|
|
|
SUBDIR += x11
|
1994-08-21 13:19:28 +00:00
|
|
|
|
1994-08-22 11:26:08 +00:00
|
|
|
.include <bsd.port.subdir.mk>
|
1995-01-14 11:27:06 +00:00
|
|
|
|
1995-04-01 13:24:03 +00:00
|
|
|
index:
|
|
|
|
@rm -f ${.CURDIR}/INDEX
|
|
|
|
@make ${.CURDIR}/INDEX
|
1995-03-21 03:12:17 +00:00
|
|
|
|
|
|
|
${.CURDIR}/INDEX:
|
1995-01-14 11:27:06 +00:00
|
|
|
@echo -n "Generating INDEX - please wait.."
|
1995-03-21 03:57:19 +00:00
|
|
|
@make describe ECHO_MSG="echo > /dev/null" > ${.CURDIR}/INDEX
|
1995-01-14 11:27:06 +00:00
|
|
|
@echo " Done."
|
1995-03-21 03:12:17 +00:00
|
|
|
|
|
|
|
print-index: ${.CURDIR}/INDEX
|
1995-04-01 13:05:35 +00: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
|