2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2010/11/22 08:37:05 espie Exp $
|
2003-04-24 17:42:38 -04:00
|
|
|
|
2007-09-15 04:07:15 -04:00
|
|
|
COMMENT= X11 Cursors themes generator
|
2010-09-13 06:10:09 -04:00
|
|
|
DIST_VERS= 1.0.3
|
|
|
|
XORG_VERS= 7.5
|
2007-09-15 04:07:15 -04:00
|
|
|
DISTNAME= xcursorgen-${DIST_VERS}
|
2010-07-30 02:58:57 -04:00
|
|
|
PKGNAME= xcursorgen-${XORG_VERS}
|
2003-04-24 17:42:38 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2005-04-12 18:12:40 -04:00
|
|
|
HOMEPAGE= http://wiki.X.Org/
|
2003-04-24 17:42:38 -04:00
|
|
|
|
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= graphics/png
|
2005-04-12 18:12:40 -04:00
|
|
|
|
2003-04-24 17:42:38 -04:00
|
|
|
# X11
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-09-15 04:07:15 -04:00
|
|
|
MASTER_SITES= ftp://ftp.x.org/pub/X11R${XORG_VERS}/src/app/ \
|
|
|
|
ftp://x.mirrors.skynet.be/pub/ftp.x.org/pub/X11R${XORG_VERS}/src/app/
|
2003-04-24 17:42:38 -04:00
|
|
|
|
2009-08-11 04:38:41 -04:00
|
|
|
WANTLIB= Xrender Xcursor X11 Xfixes Xdmcp Xau c m z \
|
2010-07-30 04:02:59 -04:00
|
|
|
pthread-stubs xcb png
|
2003-04-24 17:42:38 -04:00
|
|
|
|
2006-02-04 05:30:52 -05:00
|
|
|
SEPARATE_BUILD= concurrent
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2010-09-13 06:10:09 -04:00
|
|
|
AUTOCONF_VERSION= 2.63
|
2007-09-15 04:07:15 -04:00
|
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
|
|
|
CONFIGURE_ENV= AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
|
|
|
ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
|
|
|
|
MAKE_FLAGS+= AUTOCONF_VERSION=${AUTOCONF_VERSION}
|
2003-04-24 17:42:38 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|