mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
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".
17 lines
487 B
Makefile
17 lines
487 B
Makefile
# $Id: Makefile,v 1.45 1995/05/13 09:16:48 asami Exp $
|
|
#
|
|
# RESTRICTED: ivs (crypto, export controlled)
|
|
#
|
|
# BROKEN: dgd-lpmud
|
|
# BROKEN: slirp (upgraded)
|
|
# BROKEN: wais (for XFree3.x)
|
|
#
|
|
|
|
SUBDIR= archie cern_httpd cern_linemode chimera dgd fspclient gated \
|
|
gn gopher imm irc ircII \
|
|
lynx moxftp ncftp2 nv pcnfsd pidentd pmf samba scotty sup tclDP \
|
|
tcp_wrapper tcpblast tintin++ tkWWW tkined vic \
|
|
wu-ftpd wwwish xarchie xgopher yale-tftpd ytalk zircon
|
|
|
|
.include <bsd.port.subdir.mk>
|