openbsd-ports/x11/xcursorgen/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

35 lines
738 B
Makefile

# $OpenBSD: Makefile,v 1.24 2012/03/29 13:39:01 sthen 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 = Yes
USE_GROFF = Yes
AUTOCONF_VERSION = 2.65
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
.include <bsd.port.mk>