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
505 B
Makefile
20 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:16 rillig Exp $
|
|
|
|
DISTNAME= blitz-0.8
|
|
PKGNAME= blitz++-0.8
|
|
PKGREVISION= 1
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blitz/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.oonumerics.org/blitz/
|
|
COMMENT= C++ template class library providing array objects
|
|
|
|
USE_LANGUAGES= c c++ fortran
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-doxygen
|
|
INFO_FILES= # PLIST
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|