blob: 48500041439c34e7a6a858f9a070882a7d4fc221 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
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>
|