mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
35 lines
853 B
Makefile
35 lines
853 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
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= ${PKGNAME}.src
|
|
PKGNAME= minicom-1.82.1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.clinet.fi/~walker/ \
|
|
http://www.pp.clinet.fi/~walker/ \
|
|
ftp://ftp.cistron.nl/pub/people/miquels/software/
|
|
MASTER_SITE_SUBDIR= apps/serialcomm/dialout
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \
|
|
lsz:${PORTSDIR}/comms/lrzsz
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}/src
|
|
#USE_GMAKE= "for ``po'' dir stuff"
|
|
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>
|