25 lines
678 B
Makefile
25 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/08/17 18:29:31 tvierling Exp $
|
|
#
|
|
|
|
DISTNAME= libXrender-0.8.3
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://freedesktop.org/~xlibs/dist/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://freedesktop.org/
|
|
COMMENT= Xrender extension (Library)
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_LA_FILES+= lib/libXrender.la
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xrender.pc.in
|
|
|
|
.include "../../wip/libX11/buildlink3.mk"
|
|
.include "../../wip/libXau/buildlink3.mk"
|
|
.include "../../wip/xproto/buildlink3.mk"
|
|
.include "../../x11/render/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|