pkgsrc/x11/compositeproto/Makefile
reed 8ce0013006 Import compositeproto from pkgsrc-wip.
This package provides Composite extension headers from the modular
X.org X11 project.

This will replace the compositeext package.
2006-04-18 17:17:50 +00:00

21 lines
593 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:17:50 reed Exp $
#
DISTNAME= compositeproto-0.2.1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/X11R7.0-RC1/proto/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xorg.freedesktop.org/releases/X11R7.0-RC1/proto/
COMMENT= Composite extension headers from modular X.org
CONFLICTS+= compositeext-[0-9]*
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE+= ${WRKSRC}/compositeproto.pc.in
USE_LANGUAGES= # empty
.include "../../x11/fixesproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"