pkgsrc-wip/quantlib/Makefile
Aleksej Saushev 6e302ef136 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 14:53:42 +00:00

21 lines
471 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/07 14:53:42 asau Exp $
#
DISTNAME= QuantLib-1.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quantlib/}
COMMENT= Framework for quantitative finance
LICENSE= modified-bsd
MAINTAINER= slitvinov@gmail.com
HOMEPAGE= http://quantlib.sourceforge.net/
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
CHECK_PORTABILITY_SKIP= configure
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"