openbsd-ports/net/ipfreely/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

31 lines
645 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:38 sthen Exp $
COMMENT= simple, secure TCP proxy daemon
DISTNAME= ipfreely-20050327
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://ipfreely.sourceforge.net/
MAINTAINER= Niall O Higgins <niallo@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipfreely/}
WRKDIST= ${WRKDIR}/ipfreely
WANTLIB= c
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ipfreely ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/ipfreely.cat8 ${PREFIX}/man/man8/ipfreely.0
.include <bsd.port.mk>