23 lines
351 B
Makefile
23 lines
351 B
Makefile
|
# New ports collection makefile for: xfwp
|
||
|
# Date Created: 17 Feb 2006
|
||
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= xfwp
|
||
|
PORTVERSION= 1.0.1
|
||
|
CATEGORIES= x11
|
||
|
|
||
|
MAINTAINER= x11@FreeBSD.org
|
||
|
COMMENT= X firewall proxy
|
||
|
|
||
|
XORG_CAT= app
|
||
|
USE_XORG= x11 ice xproxymngproto
|
||
|
|
||
|
PLIST_FILES= bin/xfwp
|
||
|
|
||
|
MAN1= xfwp.1
|
||
|
|
||
|
.include <bsd.port.mk>
|