# New ports collection makefile for:   libXcursor
# Date Created:			22 Nov, 2003
# Whom:				Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD: ports/x11/libXcursor/Makefile,v 1.22 2007/09/13 19:44:59 flz Exp $
# $MidnightBSD: mports/x11/libXcursor/Makefile,v 1.1 2007/10/03 03:52:12 ctriv Exp $
#

PORTNAME=	libXcursor
PORTVERSION=	1.1.9
CATEGORIES=	x11

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	X client-side cursor loading library
LICENSE=	x11

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

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

MAN3=		Xcursor.3 \
		XcursorImageCreate.3 \
		XcursorImageDestroy.3 \
		XcursorImagesCreate.3 \
		XcursorImagesDestroy.3 \
		XcursorCursorsCreate.3 \
		XcursorCursorsDestroy.3 \
		XcursorXcFileLoadImage.3 \
		XcursorXcFileLoadImages.3 \
		XcursorXcFileLoadAllImages.3 \
		XcursorXcFileLoad.3 \
		XcursorXcFileSave.3 \
		XcursorFilenameLoadImage.3 \
		XcursorFilenameLoadImages.3 \
		XcursorFilenameLoadAllImages.3 \
		XcursorFilenameLoad.3 \
		XcursorFilenameSaveImages.3 \
		XcursorFilenameSave.3 \
		XcursorLibraryLoadImage.3 \
		XcursorLibraryLoadImages.3 \
		XcursorFilenameLoadCursor.3 \
		XcursorLibraryLoadCursor.3 \
		XcursorLibraryLoadCursors.3 \
		XcursorShapeLoadImage.3 \
		XcursorShapeLoadImages.3 \
		XcursorShapeLoadCursor.3 \
		XcursorShapeLoadCursors.3 \
		XcursorSupportsARGB.3 \
		XcursorSetDefaultSize.3 \
		XcursorGetDefaultSize.3 \
		XcursorSetTheme.3 \
		XcursorGetTheme.3

.include <bsd.port.mk>
