mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
92cb149612
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
30 lines
766 B
Makefile
30 lines
766 B
Makefile
# 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.3 1996/11/03 06:54:45 obrien 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>
|