pkgsrc/math/mcsim/Makefile
rodent 942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00

24 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.23 2013/04/06 20:27:24 rodent Exp $
DISTNAME= mcsim-5.4.0
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=mcsim/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/mcsim
COMMENT= Monte Carlo Simulation software
CONFLICTS+= mono-[0-9]* # bin/mod
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= makeinfo
INFO_FILES= yes
REPLACE_SH= sim/makemcsim.in sim/makemcsimd.in sim/makemcsims.in
TEST_TARGET= check
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"