freebsd-ports/net/tn3270/Makefile
Kris Kennaway bd4c774786 Reset undeliverable maintainer address. It has reported the following
since Dec 24:

<"pdseniura:techie.com"@mail.com.int>: host
    mta1.us4.outblaze.com.int[192.168.9.154] said: 552 recipient storage full,
    try again later (in reply to RCPT TO command)
2005-01-24 04:23:44 +00:00

48 lines
1 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= ports@FreeBSD.org
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>