blob: caa96349fb0d365a08ed8ca79715fcc36adcd9d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXcursor
PORTVERSION= 1.1.14
PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X client-side cursor loading library
LICENSE= MIT
XORG_CAT= lib
USE_XORG= xrender x11 xfixes fixesproto xproto:both \
xextproto
CONFIGURE_ARGS= --with-icondir=${PREFIX}/lib/X11/icons
.include <bsd.port.mk>
|