mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
24 lines
421 B
Makefile
24 lines
421 B
Makefile
COMMENT= simple, secure TCP proxy daemon
|
|
|
|
DISTNAME= ipfreely-20050327
|
|
REVISION= 5
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://ipfreely.sourceforge.net/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=ipfreely/}
|
|
|
|
WRKDIST= ${WRKDIR}/ipfreely
|
|
WANTLIB= c
|
|
|
|
NO_TEST= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ipfreely ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/ipfreely.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|