summaryrefslogtreecommitdiff
path: root/comms/minicom/Makefile
blob: d24eb5e886297676269522d3bb9458aa69d55b18 (plain) (blame)
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
# 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.4 1996/11/13 12:40:52 asami Exp $
#

DISTNAME=	minicom-1.75
CATEGORIES=	comms
MASTER_SITES=	ftp://sunsite.unc.edu/pub/Linux/apps/comm/ \
		ftp://ftp.yggdrasil.com/mirrors/sunsite/apps/comm/

MAINTAINER=     obrien@cs.ucdavis.edu

RUN_DEPENDS=	rz:${PORTSDIR}/comms/rzsz \
		sz:${PORTSDIR}/comms/rzsz \
		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
	/bin/sh ${SCRIPTDIR}/create-dev-link
.endif

.include <bsd.port.mk>