aboutsummaryrefslogtreecommitdiffstats
path: root/comms/minicom/Makefile
blob: 72381e67df057596867911dfc7abb7a3562d9cf8 (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.5 1996/11/17 03:01:06 obrien Exp $
#

DISTNAME=   minicom-1.75
CATEGORIES= comms
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= 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>