1995-01-14 06:27:06 -05:00
|
|
|
# $Id: Makefile,v 1.7 1994/10/06 01:41:37 jkh Exp $
|
1994-08-23 06:20:29 -04:00
|
|
|
#
|
1994-10-05 21:41:37 -04:00
|
|
|
SUBDIR= audio comms devel editors games lang mail math net news print \
|
|
|
|
shells utils x11
|
1994-08-21 09:19:28 -04:00
|
|
|
|
1994-08-22 07:26:08 -04:00
|
|
|
.include <bsd.port.subdir.mk>
|
1995-01-14 06:27:06 -05:00
|
|
|
|
|
|
|
index:
|
|
|
|
@echo -n "Generating INDEX - please wait.."
|
|
|
|
@make describe | sed -e '/===/D' -e 's;/usr/ports/;;' \
|
|
|
|
| expand -40 > ${.CURDIR}/INDEX
|
|
|
|
@echo " Done."
|