freebsd-ports/net/tn3270/Makefile
Mark Linimon a862c84e89 Paul Seniura (pdseniura@techie.com) has volunteered to take over
maintainance of this port, which he uses at his work.  Committed
with previous maintainer's (markm's) approval.
2004-01-08 22:19:27 +00:00

49 lines
1.0 KiB
Makefile

# New ports collection makefile for: tn3270
# Date created: 30 August 1999
# Whom: markm
#
# $FreeBSD$
#
PORTNAME= tn3270
PORTVERSION= 4.4
CATEGORIES= net
MASTER_SITES= http://people.freebsd.org/~markm/ \
ftp://ftp.za.freebsd.org/pub/FreeBSD/distfiles/ \
ftp://ftp3.za.freebsd.org/pub/FreeBSD/distfiles/
DISTNAME= tn3270
MAINTAINER= pdseniura@techie.com
COMMENT= Full-screen remote login to IBM VM/CMS
MAN1= tn3270.1 mset.1
MAN5= map3270.5
MANCOMPRESSED= maybe
LIBTELNETDIR?= /usr/src/lib/libtelnet
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
post-extract:
@if [ ! -d ${LIBTELNETDIR} ]; then \
${ECHO} "You need libtelnet sources in"; \
${ECHO} "${LIBTELNETDIR}"; \
${ECHO} "to build this port."; \
exit 1; \
fi
${CP} -rp ${LIBTELNETDIR} ${WRKSRC}
do-configure:
${ECHO_CMD} "BINDIR= ${PREFIX}/bin" > ${WRKDIR}/Makefile.inc
${ECHO_CMD} "MANDIR= ${PREFIX}/man/man" >> ${WRKDIR}/Makefile.inc
do-build:
cd ${WRKSRC}; \
${MAKE} depend; \
${MAKE} all
.include <bsd.port.post.mk>