blob: c2dec0e25b48d0f99908033e969aa882866c50dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# ex:ts=8
# 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.83.0
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
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>
|