openbsd-ports/comms/minicom/Makefile
1997-12-31 16:28:39 +00:00

29 lines
718 B
Makefile

# New ports collection makefile for: minicom
# Version required: 1.74
# Date created: Fri Dec 01, 1995
# Whom: obrien@cs.ucdavis.edu
#
# $Id: Makefile,v 1.1.1.1 1997/12/31 16:28:39 joey Exp $
#
DISTNAME= minicom-1.75
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>