blob: 46dc1068d1781b0dc9af146b2c342ea0953a5f73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $FreeBSD$
PORTNAME= xfwp
PORTVERSION= 1.0.3
PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X firewall proxy
LICENSE= MIT
XORG_CAT= app
USE_XORG= x11 ice xorgproto
PLIST_FILES= bin/xfwp man/man1/xfwp.1.gz
.include <bsd.port.mk>
|