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