freebsd-ports/Makefile

17 lines
513 B
Makefile
Raw Normal View History

1995-03-20 22:57:19 -05:00
# $Id: Makefile,v 1.13 1995/03/21 03:12:17 jkh Exp $
#
1995-01-15 01:43:30 -05:00
SUBDIR= archivers audio cad comms databases devel editors games graphics \
1995-03-15 19:12:23 -05:00
japanese lang mail math net news print shells utils x11
.include <bsd.port.subdir.mk>
index: ${.CURDIR}/INDEX
${.CURDIR}/INDEX:
@echo -n "Generating INDEX - please wait.."
1995-03-20 22:57:19 -05: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\n\n", $$1, $$2, $$4); }' < ${.CURDIR}/INDEX