yet ported to openbsd. Change makefile to install in standard locations. Update packing list. Change create-dev-link to match OpenBSD owners, modes, and device names. Get rid of setre{uid,gid}.
31 lines
778 B
Makefile
31 lines
778 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.2 1998/03/04 22:47:44 marc Exp $
|
|
#
|
|
|
|
DISTNAME= minicom-1.75
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
BROKEN= "Run time requires package not yet ported to OpenBSD"
|
|
|
|
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \
|
|
lsz:${PORTSDIR}/comms/lrzsz \
|
|
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
|
|
${SH} ${SCRIPTDIR}/create-dev-link
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|