20 lines
462 B
Makefile
20 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/12/29 22:56:36 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= hztool-4.3
|
|
CATEGORIES= physics
|
|
MASTER_SITES= http://www.hepforge.org/archive/hztool/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://projects.hepforge.org/hztool//
|
|
COMMENT= Robust model-to-data comparisons
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CHECK_PORTABILITY_SKIP= configure
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++ fortran
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|