c9dc84a522
===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
11 lines
257 B
Makefile
11 lines
257 B
Makefile
# $Id: Makefile,v 1.17 1995/05/13 09:20:19 asami Exp $
|
|
#
|
|
|
|
SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript ghostview \
|
|
latex latex209 makeindex mltex psutils \
|
|
rtf2latex \
|
|
tex texinfo tr2latex transfig xdvi \
|
|
xtexshell
|
|
|
|
.include <bsd.port.subdir.mk>
|