34 lines
828 B
Makefile
Raw Normal View History

2006-12-16 12:22:32 +00:00
# $OpenBSD: Makefile,v 1.14 2006/12/16 12:22:36 espie Exp $
2003-04-24 21:42:38 +00:00
COMMENT= "X11 Cursors themes generator"
DISTNAME= xcursorgen-X11R7.1-1.0.1
PKGNAME= xcursorgen-7.1
2003-04-24 21:42:38 +00:00
CATEGORIES= x11
2005-04-12 22:12:40 +00:00
HOMEPAGE= http://wiki.X.Org/
2003-04-24 21:42:38 +00:00
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
2006-09-18 10:21:48 +00:00
LIB_DEPENDS= png.>=2::graphics/png
2005-04-12 22:12:40 +00:00
2003-04-24 21:42:38 +00: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 21:42:38 +00:00
WANTLIB= X11 Xcursor c m z
2003-04-24 21:42:38 +00:00
SEPARATE_BUILD= concurrent
2003-04-24 21:42:38 +00: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 21:42:38 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>