pkgsrc/x11/renderproto/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

20 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $
#
DISTNAME= renderproto-0.9.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Render extension headers from modular X.org
CONFLICTS+= renderext-[0-9]*
#CONFLICTS+= xorg-libs-[0-9]* # not in same PREFIX
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/renderproto.pc.in
USE_LANGUAGES= # none, not even C
.include "../../mk/bsd.pkg.mk"