diff options
Diffstat (limited to 'x11/xproxymanagementprotocol/Makefile')
-rw-r--r-- | x11/xproxymanagementprotocol/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xproxymanagementprotocol/Makefile b/x11/xproxymanagementprotocol/Makefile new file mode 100644 index 000000000000..06c625b5eeb6 --- /dev/null +++ b/x11/xproxymanagementprotocol/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xproxymanagementprotocol +# Date Created: Jun 21 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xproxymanagementprotocol +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Proxy Management Protocol headers + +XORG_CAT= proto + +.include <bsd.port.mk> |