pkgsrc/x11/compositeproto/Makefile
rillig 144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00

21 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $
#
DISTNAME= compositeproto-0.3
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Composite extension headers from modular X.org
CONFLICTS+= compositeext-[0-9]*
GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE+= ${WRKSRC}/compositeproto.pc.in
USE_LANGUAGES= # none, not even C
.include "../../x11/fixesproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"