of deprecated xlibs. Changes not included; this is a work in progress. This doesn't use locales. Uses fixesproto and use libXfixes instead of Xfixes. Add comment to PLIST.
24 lines
691 B
Makefile
24 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/11/12 03:38:45 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libXcursor-1.1.5
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://xorg.freedesktop.org/releases/X11R7.0-RC2/lib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Client-side cursor loading library for X
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= xcursor.pc.in
|
|
|
|
.include "../../wip/fixesproto/buildlink3.mk"
|
|
.include "../../wip/xproto/buildlink3.mk"
|
|
.include "../../wip/libX11/buildlink3.mk"
|
|
.include "../../wip/libXfixes/buildlink3.mk"
|
|
.include "../../wip/libXrender/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|