blob: 95f9fa96cc663b4c3bff057dc2ee2da07924aeca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: kermit
# Version required: 6.0.192
# Date created: Oct 27, 1994
# Whom: pst
#
# $Id: Makefile,v 1.12 1996/12/10 10:23:48 pst Exp $
#
DISTNAME= cku192src
PKGNAME= kermit-6.0.192
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/
MAINTAINER= pst@FreeBSD.org
RESTRICTED= "'No redistribution' copyright"
NO_WRKSUBDIR= yes
post-install:
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>
|