openbsd-ports/x11/xcursorgen/Makefile

35 lines
748 B
Makefile
Raw Normal View History

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