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.
19 lines
470 B
Makefile
19 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:17 rillig Exp $
|
|
|
|
DISTNAME= qbrew-0.3.5
|
|
PKGREVISION= 3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.usermode.org/code/
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://www.usermode.org/code.html
|
|
COMMENT= Homebrewer's recipe calculator
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../x11/qt3-tools/buildlink3.mk"
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|