aboutsummaryrefslogtreecommitdiff
path: root/x11/libXcursor/Makefile
blob: 1f84ddbbbcad937941f6a1fe4d016652b0625e92 (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:   libXcursor
# Date Created:			22 Nov, 2003
# Whom:				Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	libXcursor
PORTVERSION=	1.1.8
PORTREVISION=	1
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X client-side cursor loading library

XORG_CAT=	lib
USE_XORG=	xrender x11 xfixes renderproto fixesproto xproto:both

CONFIGURE_ARGS=	--with-icondir=${PREFIX}/lib/X11/icons

MAN3=		Xcursor.3

.include <bsd.port.mk>