diff options
Diffstat (limited to 'x11/iceauth/Makefile')
-rw-r--r-- | x11/iceauth/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile new file mode 100644 index 0000000..6653582 --- /dev/null +++ b/x11/iceauth/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: iceauth +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= iceauth +PORTVERSION= 1.0.5 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= ICE authority file utility for X + +XORG_CAT= app +USE_XORG= xproto ice + +PLIST_FILES= bin/iceauth + +MAN1= iceauth.1 + +.include <bsd.port.mk> |