19 lines
489 B
Makefile
19 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/04/07 20:38:36 asau Exp $
|
|
|
|
DISTNAME= libint-2.0.0-stable
|
|
PKGNAME= libint-2.0.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libint/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://sourceforge.net/p/libint/
|
|
COMMENT= Efficient computation of quantum mechanical matrix elements over Gaussian basis sets
|
|
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS= gmake
|
|
USE_LIBTOOL= yes
|
|
BUILD_TARGET= default
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|