pkgsrc/biology/gromacs/Makefile
wiz 98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00

42 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2013/05/31 12:39:39 wiz Exp $
#
DISTNAME= gromacs-4.5.5
PKGREVISION= 3
CATEGORIES= biology
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gromacs.org/
COMMENT= Molecular dynamics package
LICENSE= gnu-gpl-v2
# Official recommendation is not to use the gcc 4.1.x set of compilers.
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-double --program-suffix=
CONFIGURE_ARGS+= --with-gsl
CONFIGURE_ARGS+= --disable-gcc41-check
.include "options.mk"
USE_TOOLS+= perl:run
REPLACE_PERL= scripts/demux.pl scripts/xplor2gmx.pl
CHECK_INTERPRETER_SKIP+= share/gromacs/tutor/gmxdemo/demo
.include "../../mk/bsd.prefs.mk"
.if $(MACHINE_ARCH) == "i386"
CFLAGS+= -msse -msse2
.endif
.include "../../math/fftw/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk" # optional
.include "../../textproc/libxml2/buildlink3.mk" # optional
.include "../../mk/bsd.pkg.mk"