2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/11/22 08:37:05 espie Exp $
|
2006-02-04 05:32:21 -05:00
|
|
|
|
2007-09-15 04:18:49 -04:00
|
|
|
COMMENT= X11 Cursors themes
|
2009-10-19 16:30:06 -04:00
|
|
|
DISTNAME= xcursor-themes-1.0.2
|
2010-07-30 02:58:57 -04:00
|
|
|
REVISION= 0
|
2006-02-04 05:32:21 -05:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://wiki.X.Org/
|
|
|
|
|
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
BUILD_DEPENDS= x11/xcursorgen>=7
|
2006-02-04 05:32:21 -05:00
|
|
|
|
|
|
|
# X11
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2006-05-23 18:25:53 -04:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2006-02-04 05:32:21 -05:00
|
|
|
|
2007-09-15 04:18:49 -04:00
|
|
|
MASTER_SITES= ftp://ftp.x.org/pub/individual/data/ \
|
|
|
|
ftp://x.mirrors.skynet.be/pub/ftp.x.org/pub/individual/data/
|
2006-02-04 05:32:21 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
|
2009-10-19 16:30:06 -04:00
|
|
|
CONFIGURE_ARGS= --with-cursordir=${LOCALBASE}/lib/X11/icons
|
2006-02-04 05:32:21 -05:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|