2014-10-09 16:05:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.37 2014/10/09 14:07:13 wiz Exp $
|
2003-01-14 10:16:36 +01:00
|
|
|
|
2005-10-15 18:37:21 +02:00
|
|
|
DISTNAME= libXrender-0.9.0
|
2004-08-06 00:19:17 +02:00
|
|
|
PKGNAME= ${DISTNAME:S/lib//}
|
2007-01-03 23:12:25 +01:00
|
|
|
PKGREVISION= 2
|
2003-01-14 10:16:36 +01:00
|
|
|
CATEGORIES= x11
|
2005-09-07 18:49:40 +02:00
|
|
|
MASTER_SITES= http://xlibs.freedesktop.org/release/
|
2004-08-06 00:19:17 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2003-01-14 10:16:36 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-01-14 10:16:36 +01:00
|
|
|
HOMEPAGE= http://fontconfig.org/
|
2003-07-21 19:38:24 +02:00
|
|
|
COMMENT= Client library for the X Rendering Extension protocol
|
2003-01-14 10:16:36 +01:00
|
|
|
|
2006-07-31 23:27:46 +02:00
|
|
|
CONFLICTS+= libXrender-[0-9]*
|
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2004-02-09 05:13:06 +01:00
|
|
|
USE_LIBTOOL= YES
|
2003-09-19 19:22:14 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE= xrender.pc.in
|
2007-01-03 23:12:25 +01:00
|
|
|
CONFIGURE_ENV+= X_LIBS=${X11_LDFLAGS:Q}
|
2003-09-19 19:22:14 +02:00
|
|
|
|
2008-09-08 20:40:52 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${X11_TYPE} != "native"
|
|
|
|
PKG_FAIL_REASON+="This package is for native X11 only; use libXrender instead."
|
|
|
|
.endif
|
|
|
|
|
2006-04-18 21:23:46 +02:00
|
|
|
.include "../../x11/renderproto/buildlink3.mk"
|
2005-06-06 21:08:56 +02:00
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
2003-01-14 10:16:36 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|