blob: 325a97f66ed05e886fdea933cb2323630f26714d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
RESTRICTED= "'No redistibution' copyright."
post-install:
@cat ${PKGDIR}/DESCR
.include <bsd.port.mk>
|