freebsd-ports/net/tcpreen/Makefile
Edwin Groothuis 6b859b4c77 Maintainer update to version 1.1.0
PR:		ports/45388
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2002-11-23 00:32:24 +00:00

34 lines
685 B
Makefile

# New ports collection makefile for: tcpreen
# Date created: 09.08.2002
# Whom: Janos.Mohacsi@bsd.hu
#
# $FreeBSD$
#
PORTNAME= tcpreen
PORTVERSION= 1.1.0
CATEGORIES= net ipv6
MASTER_SITES= http://rdenisc.free.fr/tcpreen/
MAINTAINER= Janos.Mohacsi@bsd.hu
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
MAN1= tcpreen.1
DOC_FILES= README
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>