19 lines
242 B
Makefile
19 lines
242 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xfwp
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X firewall proxy
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 ice xproxymngproto
|
|
|
|
PLIST_FILES= bin/xfwp
|
|
|
|
MAN1= xfwp.1
|
|
|
|
.include <bsd.port.mk>
|