pkgsrc-wip/hawk/Makefile

27 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/11/14 00:16:09 othyro Exp $
#
DISTNAME= HAWK
PKGNAME= hawk-${VERSION}
CATEGORIES= math
MASTER_SITES= http://omnibus.uni-freiburg.de/~sd565/programs/hawk/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://omnibus.uni-freiburg.de/~sd565/programs/hawk/
COMMENT= HAWK is a Monte Carlo integrator for pp -> H + 2jets
VERSION= 1.1
USE_TOOLS+= gmake
USE_LANGUAGES= c
INSTALLATION_DIRS= bin
do-build:
cd ${WRKSRC} && ${GMAKE} -f makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hawk ${DESTDIR}${PREFIX}/bin
.include "../../lang/gcc3-f77/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"