diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xcursorgen | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11/xcursorgen')
-rw-r--r-- | x11/xcursorgen/Makefile | 24 | ||||
-rw-r--r-- | x11/xcursorgen/distinfo | 3 | ||||
-rw-r--r-- | x11/xcursorgen/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile new file mode 100644 index 000000000000..57e5bcff4cbc --- /dev/null +++ b/x11/xcursorgen/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xcursorgen +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xcursorgen +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Create an X cursor file from a collection of PNG images + +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png + +XORG_CAT= app +USE_XORG= x11 xcursor + +PLIST_FILES= bin/xcursorgen + +MAN1= xcursorgen.1 + +.include <bsd.port.mk> diff --git a/x11/xcursorgen/distinfo b/x11/xcursorgen/distinfo new file mode 100644 index 000000000000..21665c40bb99 --- /dev/null +++ b/x11/xcursorgen/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xcursorgen-1.0.1.tar.bz2) = 39e1e62f5bd92603b0230b8b948c2fc4 +SHA256 (xorg/app/xcursorgen-1.0.1.tar.bz2) = 18d3e0d64853089c2154f1f867df087fc15f87e03e09fabc98ee5e265d8a53ef +SIZE (xorg/app/xcursorgen-1.0.1.tar.bz2) = 82300 diff --git a/x11/xcursorgen/pkg-descr b/x11/xcursorgen/pkg-descr new file mode 100644 index 000000000000..47fbf37de9a0 --- /dev/null +++ b/x11/xcursorgen/pkg-descr @@ -0,0 +1,5 @@ +This package contains xcursorgen, a program for creating an X cursor file +from a collection of PNG images. + +- Joel Dahl +joel@FreeBSD.org |