forked from Lainports/freebsd-ports
25 lines
527 B
Makefile
25 lines
527 B
Makefile
# New ports collection makefile for: kermit
|
|
# Version required: 5A(190)
|
|
# Date created: Oct 27, 1994
|
|
# Whom: pst
|
|
# Changed: ats, Nov 16, 1994
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
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 redistibution' copyright."
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/DESCR
|
|
|
|
.include <bsd.port.mk>
|