blob: 9260b79897f463ab80b56a960601f36ca0c5672d (
plain)
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
26
27
28
29
30
|
# New ports collection makefile for: kermit
# Version required: 6.0.192
# Date created: Oct 27, 1994
# Whom: pst
#
# $NetBSD: Makefile,v 1.6 1998/03/20 22:04:08 frueauf Exp $
# $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger 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/
MAINTAINER= packages@netbsd.org
RESTRICTED= "'No redistribution' copyright"
MIRROR_DISTFILE= no
NO_WRKSUBDIR= yes
# Do not list MAN/CAT pages here. It will confuse if MANZ is set.
# The pkg uses BSD-style-Makefiles itself, so it does the right thing.
post-install:
@${MKDIR} ${PREFIX}/share/examples/kermit
${INSTALL_DATA} ${FILESDIR}/dot.kermrc ${PREFIX}/share/examples/kermit
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>
|