8b5d49eb78
are called p5-*. I hope that's all of them.
40 lines
989 B
Makefile
40 lines
989 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/10/03 21:53:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gromacs-4.5.5
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
.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"
|