mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a5bff01e54
Requested by: Daniel O'Connor <doconnor@gsoft.com.au>
36 lines
828 B
Makefile
36 lines
828 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: minicom
|
|
# Date created: Fri Dec 01, 1995
|
|
# Whom: obrien@cs.ucdavis.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= minicom
|
|
PORTVERSION= 1.83.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.pp.clinet.fi/~walker/mc-dev/ \
|
|
http://www.clinet.fi/~walker/ \
|
|
http://www.pp.clinet.fi/~walker/
|
|
MASTER_SITE_SUBDIR= apps/serialcomm/dialout
|
|
DISTFILES= ${PKGNAME}.src.tar.gz
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \
|
|
lsz:${PORTSDIR}/comms/lrzsz
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/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>
|