22 lines
593 B
Makefile
22 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"
|