2007-05-19 22:36:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xcursorgen
|
2014-07-21 00:49:21 +02:00
|
|
|
PORTVERSION= 1.0.6
|
2014-12-25 21:54:41 +01:00
|
|
|
PORTREVISION= 1
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= Create an X cursor file from a collection of PNG images
|
|
|
|
|
2011-09-20 10:23:03 +02:00
|
|
|
LICENSE= MIT
|
2011-09-20 04:52:01 +02:00
|
|
|
|
2014-12-25 20:04:25 +01:00
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
XORG_CAT= app
|
2010-05-01 13:41:07 +02:00
|
|
|
USE_XORG= x11 xcursor xextproto
|
2014-07-21 00:49:21 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2013-10-15 21:24:31 +02:00
|
|
|
PLIST_FILES= bin/xcursorgen man/man1/xcursorgen.1.gz
|
2014-07-21 00:49:21 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
.include <bsd.port.mk>
|