diff options
author | abs <abs@pkgsrc.org> | 2010-12-08 00:39:31 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-12-08 00:39:31 +0000 |
commit | dc9a620423ec2f3314eb4266952df2c4a71234f6 (patch) | |
tree | d7378752489d39b39b584089e26340f74bfb3298 /x11/fixesproto4/Makefile | |
parent | a6ed28f2a09974094f9a5f81c2738660f3501dc2 (diff) | |
download | pkgsrc-dc9a620423ec2f3314eb4266952df2c4a71234f6.tar.gz |
Added x11/fixesproto4 version 4.0
This provides the Fixes extension headers from modular X.org X11
project, specifically for use with Xfixes and native X11.
Diffstat (limited to 'x11/fixesproto4/Makefile')
-rw-r--r-- | x11/fixesproto4/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/fixesproto4/Makefile b/x11/fixesproto4/Makefile new file mode 100644 index 00000000000..169def0ec44 --- /dev/null +++ b/x11/fixesproto4/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/12/08 00:39:31 abs Exp $ +# +# This package is for use with Xfixes only. Do not update to later versions. + +DISTNAME= fixesproto-4.0 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XORG:=proto/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Fixes extension headers from X.org + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS+= fixesext-[0-9]* + +GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in +USE_LANGUAGES= # none, not even C + +.include "../../mk/bsd.prefs.mk" + +.if ${X11_TYPE} != "native" +PKG_FAIL_REASON+="This package is for native X11 only; use libXfixes instead." +.endif + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |