6e88552cba
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
22 lines
490 B
Makefile
22 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>
|