openbsd-ports/x11/xcursorgen/Makefile
matthieu be7b9dbeb4 Upgrade to xcursorgen 1.0.4 as found in X.Org 7.6.
Brings native support for newer libpng.
wantlib fix and ok sthen@.
2011-07-17 08:34:46 +00:00

35 lines
748 B
Makefile

# $OpenBSD: Makefile,v 1.23 2011/07/17 08:34:46 matthieu Exp $
COMMENT = X11 Cursors themes generator
DIST_VERS = 1.0.4
XORG_VERS = 7.6
DISTNAME = xcursorgen-${DIST_VERS}
PKGNAME = xcursorgen-${XORG_VERS}
CATEGORIES = x11
HOMEPAGE = http://wiki.X.Org/
MAINTAINER = Matthieu Herrb <matthieu@openbsd.org>
LIB_DEPENDS = graphics/png
# X11
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ftp://ftp.x.org/pub/individual/app/ \
ftp://x.mirrors.skynet.be/pub/ftp.x.org/pub/X11R${XORG_VERS}/src/app/
WANTLIB = Xcursor X11 c m png z
SEPARATE_BUILD = concurrent
USE_GROFF = Yes
AUTOCONF_VERSION = 2.65
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
.include <bsd.port.mk>