freebsd-ports/security/fragrouter/Makefile
Robert Clausecker 81ce1e45a9 */*: move my local distfiles to LOCAL/fuz
This ensures that the ports remain usable even if my website
goes down eventually.

Approved by:	eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38522
2023-02-14 21:23:41 +01:00

18 lines
361 B
Makefile

PORTNAME= fragrouter
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/ \
LOCAL/fuz \
LOCAL/ohauer
MAINTAINER= fuz@FreeBSD.org
COMMENT= Tool for testing network IDS implementations
GNU_CONFIGURE= yes
CFLAGS+= -Wno-pointer-sign
PLIST_FILES= sbin/fragrouter \
man/man8/fragrouter.8.gz
.include <bsd.port.mk>