25 lines
425 B
Makefile
Raw Normal View History

COMMENT = X11 Cursors themes generator
2019-01-17 20:42:45 +00:00
DISTNAME = xcursorgen-1.0.7
CATEGORIES = x11
EPOCH = 0
2003-04-24 21:42:38 +00:00
2019-01-17 20:42:45 +00:00
HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xcursorgen
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 = Yes
2003-04-24 21:42:38 +00:00
2017-09-25 21:33:08 +00:00
WANTLIB = Xcursor X11 c png z
2003-04-24 21:42:38 +00:00
2017-09-25 21:33:08 +00:00
MASTER_SITES = ${MASTER_SITE_XORG:=app/}
2003-04-24 21:42:38 +00:00
SEPARATE_BUILD = Yes
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>