freebsd-ports/net/tn3270/Makefile
Mark Murray b9cf15032b This is FreeBSD's tn3270, yanked from src/usr.bin, and lightly hacked
with the addition of relevant parts of src/usr.bin/telnet/*

Once the dateline hase crossed the repository, the original will
be led outside, given a perfunctory trial, and shot.
1999-08-30 20:27:51 +00:00

30 lines
661 B
Makefile

# New ports collection makefile for: tn3270
# Version required: 4.4BSD-Lite
# Date created: 30 August 1999
# Whom: markm
#
# $FreeBSD$
#
DISTNAME= tn3270
PKGNAME= tn3270-4.4
CATEGORIES= net
MASTER_SITES= http://freefall.freebsd.org/~markm/ \
ftp://ftp.za.freebsd.org/pub/FreeBSD/distfiles/ \
ftp://ftp3.za.freebsd.org/pub/FreeBSD/distfiles/
MAINTAINER= markm@FreeBSD.ORG
MAN1= tn3270.1 mset.1
MAN5= map3270.5
MANCOMPRESSED= maybe
do-configure:
${ECHO} "BINDIR= ${PREFIX}/bin" > ${WRKDIR}/Makefile.inc
${ECHO} "MANDIR= ${PREFIX}/man/man" >> ${WRKDIR}/Makefile.inc
do-build:
cd ${WRKSRC}; \
${MAKE} depend; \
${MAKE} all
.include <bsd.port.mk>