blob: 1a1ffafeb4c837923d20d689ef722d5eb1c9df25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: xcursor-themes
# Date Created: Nov 2 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xcursor-themes
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= x11-themes
MAINTAINER= x11@FreeBSD.org
COMMENT= X.org cursors themes
LICENSE= MIT
BUILD_DEPENDS= xcursorgen:${PORTSDIR}/x11/xcursorgen
USE_XORG= xextproto
XORG_CAT= data
.include <bsd.port.mk>
|