diff options
Diffstat (limited to 'x11/iceauth')
-rw-r--r-- | x11/iceauth/Makefile | 22 | ||||
-rw-r--r-- | x11/iceauth/distinfo | 2 | ||||
-rw-r--r-- | x11/iceauth/pkg-descr | 2 |
3 files changed, 26 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> diff --git a/x11/iceauth/distinfo b/x11/iceauth/distinfo new file mode 100644 index 0000000..b6afdfb --- /dev/null +++ b/x11/iceauth/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/app/iceauth-1.0.5.tar.bz2) = 1496b6a5cc8c1dca2f1b7cb24a12dee4b5c6c9ea2f03fb0dcba50b1d8ed906ab +SIZE (xorg/app/iceauth-1.0.5.tar.bz2) = 120847 diff --git a/x11/iceauth/pkg-descr b/x11/iceauth/pkg-descr new file mode 100644 index 0000000..ae47598 --- /dev/null +++ b/x11/iceauth/pkg-descr @@ -0,0 +1,2 @@ +This package contains iceauth, an ICE authority file utility for the X +Window System. |