blob: 9588d61f2ef2a9129ff51f52b8ac67a8754d8e70 (
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: 5A(190)
# Date created: Oct 27, 1994
# Whom: pst
# Changed: ats, Nov 16, 1994
#
# $Id: Makefile,v 1.9 1996/11/17 03:00:48 obrien Exp $
#
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/
MAINTAINER= pst@FreeBSD.org
RESTRICTED= "'No redistribution' copyright."
NO_WRKSUBDIR= yes
post-install:
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>
|