diff options
author | reed <reed@pkgsrc.org> | 2006-04-18 17:12:12 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-18 17:12:12 +0000 |
commit | 797a778e5c008de5439b197f1e28ea6e50727b78 (patch) | |
tree | 8d35ab2ccfa6b723559f8924d9c8374ddb17fbce /x11/xextproto/Makefile | |
parent | b4993d140a4e45ca2b4538b46f87b1b773df8278 (diff) | |
download | pkgsrc-797a778e5c008de5439b197f1e28ea6e50727b78.tar.gz |
Import xextproto from pkgsrc-wip.
This provides the XExt extension headers from modular Xorg X11.
This will replace the xextensions package.
Diffstat (limited to 'x11/xextproto/Makefile')
-rw-r--r-- | x11/xextproto/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile new file mode 100644 index 00000000000..05195376d25 --- /dev/null +++ b/x11/xextproto/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:12:12 reed Exp $ +# + +DISTNAME= xextproto-7.0.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= lars.nordlund@hem.utfors.se +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= XExt extension headers from X.org + +CONFLICTS+= xextensions-[0-9]* +#CONFLICTS+= xorg-libs-[0-9]* + +GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in +USE_LANGUAGES= # empty + +.include "../../mk/bsd.pkg.mk" |