mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a108077abd
of the dist file didn't change. :-}
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# New ports collection makefile for: kermit
|
|
# Version required: 6.0.192
|
|
# Date created: Oct 27, 1994
|
|
# Whom: pst
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= cku196
|
|
PKGNAME= kermit-7.0.196
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAN1= kermit.1
|
|
MANCOMPRESSED= yes
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/examples/kermit
|
|
${INSTALL_DATA} ${FILESDIR}/dot.kermrc ${PREFIX}/share/examples/kermit
|
|
@${CAT} ${PKGDIR}/DESCR
|
|
|
|
.include <bsd.port.mk>
|