27 lines
576 B
Makefile
27 lines
576 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:46:17 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
|
|
|
|
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_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|