2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: xcursorgen
|
|
|
|
# Date Created: 17 Feb 2006
|
|
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xcursorgen
|
2007-09-13 21:45:08 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2010-03-28 08:47:48 +02: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
|
|
|
|
|
2010-03-28 08:47:48 +02:00
|
|
|
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
XORG_CAT= app
|
|
|
|
USE_XORG= x11 xcursor
|
|
|
|
|
|
|
|
PLIST_FILES= bin/xcursorgen
|
|
|
|
|
|
|
|
MAN1= xcursorgen.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|