1996-03-05 07:46:58 +00:00
|
|
|
# New ports collection makefile for: minicom
|
|
|
|
# Version required: 1.74
|
|
|
|
# Date created: Fri Dec 01, 1995
|
|
|
|
# Whom: obrien@cs.ucdavis.edu
|
|
|
|
#
|
1996-11-13 12:41:39 +00:00
|
|
|
# $Id: Makefile,v 1.3 1996/11/03 06:54:45 obrien Exp $
|
1996-03-05 07:46:58 +00:00
|
|
|
#
|
|
|
|
|
1996-07-10 10:47:25 +00:00
|
|
|
DISTNAME= minicom-1.75
|
1996-03-05 07:46:58 +00:00
|
|
|
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
|
|
|
|
|
1996-07-10 10:47:25 +00:00
|
|
|
RUN_DEPENDS= rz:${PORTSDIR}/comms/rzsz \
|
1996-03-05 07:46:58 +00:00
|
|
|
sz:${PORTSDIR}/comms/rzsz \
|
|
|
|
kermit:${PORTSDIR}/comms/kermit
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}/src
|
1996-11-13 12:41:39 +00:00
|
|
|
MAN1= minicom.1 runscript.1 ascii-xfr.1
|
1996-03-05 07:46:58 +00:00
|
|
|
|
1996-07-10 10:47:25 +00:00
|
|
|
.if !defined(BATCH)
|
1996-03-05 07:46:58 +00:00
|
|
|
pre-install:
|
1996-07-10 10:47:25 +00:00
|
|
|
# this script creates a link from your comm port to /dev/modem
|
|
|
|
/bin/sh ${SCRIPTDIR}/create-dev-link
|
|
|
|
.endif
|
1996-03-05 07:46:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|