18 lines
420 B
Makefile
18 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/11/14 00:16:09 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= hztool-4.3
|
|
CATEGORIES= misc
|
|
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
|
|
|
|
CHECK_PORTABILITY_SKIP= configure
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++ fortran
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|