pkgsrc/print/xpp/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

24 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.36 2006/07/22 04:46:18 rillig Exp $
DISTNAME= xpp-1.5
CATEGORIES= print x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
COMMENT= X Printing Panel
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
DOCDIR= ${PREFIX}/share/doc/xpp
.include "../../print/cups/buildlink3.mk"
.include "../../x11/fltk/buildlink3.mk"
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
.include "../../mk/bsd.pkg.mk"