openbsd-ports/x11/xcursorgen/Makefile

35 lines
872 B
Makefile
Raw Normal View History

2006-09-18 06:21:48 -04:00
# $OpenBSD: Makefile,v 1.13 2006/09/18 10:21:49 espie Exp $
2003-04-24 17:42:38 -04:00
COMMENT= "X11 Cursors themes generator"
DISTNAME= xcursorgen-X11R7.1-1.0.1
PKGNAME= xcursorgen-7.1
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>
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
2006-09-18 06:21:48 -04:00
LIB_DEPENDS= png.>=2::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
MASTER_SITES= ftp://ftp.x.org/pub/X11R7.1/src/app/ \
ftp://x.mirrors.skynet.be/pub/x.org/pub/X11R7.1/src/app/
2003-04-24 17:42:38 -04:00
WANTLIB= X11 Xcursor c m z
2003-04-24 17:42:38 -04:00
SEPARATE_BUILD= concurrent
2003-04-24 17:42:38 -04:00
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= XCURSORGEN_CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include/libpng" \
XCURSORGEN_LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lX11 -lXcursor -lpng -lz -lm"
2003-04-24 17:42:38 -04:00
NO_REGRESS= Yes
.include <bsd.port.mk>