30 lines
657 B
Makefile
30 lines
657 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/11/22 08:37:05 espie Exp $
|
|
|
|
COMMENT= X11 Cursors themes
|
|
DISTNAME= xcursor-themes-1.0.2
|
|
REVISION= 0
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://wiki.X.Org/
|
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
BUILD_DEPENDS= x11/xcursorgen>=7
|
|
|
|
# X11
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.x.org/pub/individual/data/ \
|
|
ftp://x.mirrors.skynet.be/pub/ftp.x.org/pub/individual/data/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
|
|
CONFIGURE_ARGS= --with-cursordir=${LOCALBASE}/lib/X11/icons
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|