32 lines
652 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:46:17 espie Exp $
2003-04-24 21:42:38 +00: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 21:42:38 +00:00
HOMEPAGE = http://wiki.X.Org/
2003-04-24 21:42:38 +00:00
MAINTAINER = Matthieu Herrb <matthieu@openbsd.org>
2003-04-24 21:42:38 +00:00
LIB_DEPENDS = graphics/png
2005-04-12 22:12:40 +00:00
2003-04-24 21:42:38 +00:00
# X11
PERMIT_PACKAGE_CDROM = Yes
2003-04-24 21:42:38 +00: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 21:42:38 +00:00
WANTLIB = Xcursor X11 c m png z
2003-04-24 21:42:38 +00:00
SEPARATE_BUILD = Yes
USE_GROFF = Yes
AUTOCONF_VERSION = 2.65
CONFIGURE_STYLE = gnu
2003-04-24 21:42:38 +00:00
2013-03-11 11:35:43 +00:00
NO_TEST = Yes
2003-04-24 21:42:38 +00:00
.include <bsd.port.mk>