mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
36 lines
915 B
Makefile
36 lines
915 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
|
|
#
|
|
# $Id: Makefile,v 1.18 1999/02/18 07:15:01 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= ${PKGNAME}.src
|
|
PKGNAME= minicom-1.82.1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ \
|
|
${MASTER_SITE_SUNSITE} \
|
|
http://www.clinet.fi/~walker/
|
|
MASTER_SITE_SUBDIR= apps/serialcomm/dialout
|
|
|
|
WWW_SITE= http://www.pp.clinet.fi/~walker/minicom.html
|
|
|
|
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>
|