diff options
author | wiz <wiz> | 2004-09-30 12:42:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-30 12:42:38 +0000 |
commit | c6d69348f3721f8ec01367039041efc18862d78b (patch) | |
tree | f01196cfad92b1db5a9cd5b4b001119578df0329 /x11/Xcomposite/Makefile | |
parent | c005102e50bc009ab277944c12ae276573eed85e (diff) | |
download | pkgsrc-c6d69348f3721f8ec01367039041efc18862d78b.tar.gz |
Import of libXcomposite package from pkgsrc-wip as Xcomposite
(to match Xfixes renaming). Originally package by xtraeme.
This package contains the Xcomposite extension library.
Diffstat (limited to 'x11/Xcomposite/Makefile')
-rw-r--r-- | x11/Xcomposite/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/Xcomposite/Makefile b/x11/Xcomposite/Makefile new file mode 100644 index 00000000000..338ced405cb --- /dev/null +++ b/x11/Xcomposite/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/30 12:42:38 wiz Exp $ +# + +DISTNAME= libXcomposite-1.0.1 +PKGNAME= ${DISTNAME:S/lib//} +CATEGORIES= x11 devel +MASTER_SITES= http://freedesktop.org/~xlibs/release/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://freedesktop.org/ +COMMENT= Xcomposite extension (library) + +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_X11= yes +GNU_CONFIGURE= yes + +PKGCONFIG_OVERRIDE+= xcomposite.pc.in + +.include "../../x11/Xfixes/buildlink3.mk" +.include "../../x11/compositeext/buildlink3.mk" +.include "../../x11/fixesext/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |