diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-05 07:46:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-05 07:46:58 +0000 |
commit | e78ee20b286bb1ad9c1e66b50e51b30f51abf552 (patch) | |
tree | 2c19dfe328819cccbe3e9520b16ade147a66be51 /comms/minicom/Makefile | |
parent | cc8dd700712f003c6dfc2eb2d6ab31c04e5ffb74 (diff) |
Notes
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile new file mode 100644 index 000000000000..30d951783f9e --- /dev/null +++ b/comms/minicom/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: minicom +# Version required: 1.74 +# Date created: Fri Dec 01, 1995 +# Whom: obrien@cs.ucdavis.edu +# +# $Id$ +# + +DISTNAME= minicom-1.74 +CATEGORIES+= comms +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/comm/ \ + ftp://ftp.yggdrasil.com/mirrors/sunsite/apps/comm/ + +MAINTAINER= obrien@cs.ucdavis.edu + +EXEC_DEPENDS= rz:${PORTSDIR}/comms/rzsz \ + sz:${PORTSDIR}/comms/rzsz \ + kermit:${PORTSDIR}/comms/kermit + +WRKSRC= ${WRKDIR}/${PKGNAME}/src +IS_INTERACTIVE= yes +NO_PACKAGE= yes # modem port etc. built in + +# I believe I prefer to do this in Minicom's Makefile so as to use its macros +pre-install: +# [ -d ${PREFIX}/etc/minicom ] || /bin/mkdir -p ${PREFIX}/etc/minicom + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/minicom.1 + gzip -9nf ${PREFIX}/man/man1/runscript.1 +.endif + +.include <bsd.port.mk> |