pkgsrc/comms/kermit/Makefile

29 lines
815 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 1998/06/19 21:18:06 tron 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"
1998-02-10 01:29:57 +01:00
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.
# XXX kludge for problem with automatic manual page handling
_MANPAGES=
post-install:
@${MKDIR} ${PREFIX}/share/examples/kermit
${INSTALL_DATA} ${FILESDIR}/dot.kermrc ${PREFIX}/share/examples/kermit
@${CAT} ${PKGDIR}/DESCR
.include "../../mk/bsd.pkg.mk"