31 lines
814 B
Makefile
31 lines
814 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: minicom
|
|
# Version required: 1.74
|
|
# Date created: Fri Dec 01, 1995
|
|
# Whom: obrien@cs.ucdavis.edu
|
|
#
|
|
# $NetBSD: Makefile,v 1.2 1998/02/11 22:04:29 tron Exp $
|
|
# $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>
|