pkgsrc-wip/myfitter/Makefile
Aleksej Saushev 5069d752df 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-03 15:09:46 +00:00

23 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 15:10:01 asau Exp $
#
DISTNAME= myfitter-0.1
CATEGORIES= math
MASTER_SITES= http://www.hepforge.org/archive/myfitter/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://myfitter.hepforge.org/
COMMENT= Maximum Likelihood Fits in C++
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= myFitter.pc.in
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../wip/dvegas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"