pkgsrc-wip/libxc/Makefile

23 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/08/01 14:57:09 asau Exp $
#
DISTNAME= libxc-1.0-alpha
PKGNAME= libxc-1.0
CATEGORIES= devel
MASTER_SITES= http://www.tddft.org/programs/octopus/download/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
COMMENT= Libxc is the ETSF library of exchange-correlation functionals
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl
USE_LANGUAGES= c fortran77
REPLACE_PERL+= src/get_funcs.pl
CONFIGURE_ARGS+= --disable-fortran
.include "../../mk/bsd.pkg.mk"