mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
23 lines
393 B
Makefile
23 lines
393 B
Makefile
COMMENT= netword traffic redirector
|
|
|
|
DISTNAME= netfwd-0.4
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Alexey Vatchenko <av@bsdua.org>
|
|
|
|
HOMEPAGE= http://www.bsdua.org/netfwd.html
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
SITES= http://www.bsdua.org/files/
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/netfwd ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/netfwd.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|