freebsd-ports/comms/kermit/Makefile
Satoshi Asami 6e88552cba Add a note that the non-sgid-ness is intentional, and recommend adding
the user to the "dialer" group instead of making kermit sgid.

Taken from a conversation on the ports list.

Asked by:	Andrew MacIntyre <andymac@bullseye.apana.org.au>
Answered by:	ache
1996-04-09 07:04:05 +00:00

21 lines
490 B
Makefile

# New ports collection makefile for: kermit
# Version required: 5A(190)
# Date created: Oct 27, 1994
# Whom: pst
# Changed: ats, Nov 16, 1994
#
DISTNAME= cku190
PKGNAME= kermit-5a.190
CATEGORIES+= comms
MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \
ftp://ftp.th-darmstadt.de/pub/networking/kermit/ \
ftp://ftp.std.com/customers2/src/telcom/
NO_WRKSUBDIR= yes
NO_PACKAGE= yes # "no redistibution" copyright
post-install:
@cat ${PKGDIR}/DESCR
.include <bsd.port.mk>