a803a4d39e
PR: 227082 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days)
19 lines
288 B
Makefile
19 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xcursor-themes
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11-themes
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.org cursors themes
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= xcursorgen:x11/xcursorgen
|
|
|
|
USE_XORG= xextproto
|
|
|
|
XORG_CAT= data
|
|
|
|
.include <bsd.port.mk>
|