144a1ee175
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.
20 lines
547 B
Makefile
20 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/07/22 04:46:19 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= acidlaunch-0.5
|
|
PKGREVISION= 10
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://linuxgamers.net/download/
|
|
|
|
MAINTAINER= ptiJo@noos.fr
|
|
HOMEPAGE= http://linuxgamers.net/infoPage.php?page=acidlaunch
|
|
COMMENT= Small, light-weight app launcher
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
CONFIGURE_ARGS+= --disable-xmltest
|
|
CONFIGURE_ARGS+= --disable-gdk_pixbuftest
|
|
|
|
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|