pkgsrc/x11/xcursorgen/Makefile

24 lines
593 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2003/05/19 22:56:12 jmc Exp $
DISTNAME= xcursorgen-4.3.0
WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= xsrc-manager@netbsd.org
HOMEPAGE= http://www.xfree86.org/
COMMENT= Create an X cursor file from a collection of PNG images
USE_BUILDLINK= YES
USE_IMAKE= YES
.include "../../mk/bsd.prefs.mk"
.if !exists(${X11BASE}/bin/xcursor-config)
PKG_SKIP_REASON="This package requires XFree86 4.3.0 or newer."
.endif
.include "../../graphics/png/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"