mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
13 lines
378 B
Makefile
13 lines
378 B
Makefile
# $Id: Makefile,v 1.10 1995/01/23 01:30:57 jkh Exp $
|
|
#
|
|
SUBDIR= archivers audio cad comms databases devel editors games graphics \
|
|
japanese lang mail math net news print shells utils x11
|
|
|
|
.include <bsd.port.subdir.mk>
|
|
|
|
index:
|
|
@echo -n "Generating INDEX - please wait.."
|
|
@make describe | sed -e '/===/D' -e 's;${.CURDIR}/;;' \
|
|
| expand -40 > ${.CURDIR}/INDEX
|
|
@echo " Done."
|