diff options
author | tron <tron@pkgsrc.org> | 1998-02-11 18:29:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-11 18:29:26 +0000 |
commit | 6f59b84fd04db1e826b160d27bd943efb64dbd3f (patch) | |
tree | debd5ba533d23a4ace72e82d3f945634a27b8321 /comms/minicom/Makefile | |
parent | 328a92513aa66f22d1db570d906b9140be3c5383 (diff) | |
download | pkgsrc-6f59b84fd04db1e826b160d27bd943efb64dbd3f.tar.gz |
Initial import of FreeBSD's "minicom" port.
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile new file mode 100644 index 00000000000..d7e970301aa --- /dev/null +++ b/comms/minicom/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# New ports collection makefile for: minicom +# Version required: 1.74 +# Date created: Fri Dec 01, 1995 +# Whom: obrien@cs.ucdavis.edu +# +# $FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp +# + +DISTNAME= ${PKGNAME}.src +PKGNAME= minicom-1.78 +CATEGORIES= comms +MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ + +MAINTAINER= obrien@FreeBSD.org + +RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ + lsz:${PORTSDIR}/comms/lrzsz \ + kermit:${PORTSDIR}/comms/kermit + +WRKSRC= ${WRKDIR}/${PKGNAME}/src +MAN1= minicom.1 runscript.1 ascii-xfr.1 + +.if !defined(BATCH) +pre-install: + # this script creates a link from your comm port to /dev/modem + ${SH} ${SCRIPTDIR}/create-dev-link +.endif + +.include <bsd.port.mk> |