pkgsrc/biology/mpqc/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

44 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2013/05/31 12:39:39 wiz Exp $
DISTNAME= mpqc-2.3.1
PKGREVISION= 1
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpqc/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://www.mpqc.org/
COMMENT= The Massively Parallel Quantum Chemistry Program
USE_LANGUAGES= c c++ fortran77
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libdirs="$(COMPILER_RPATH_FLAG)$(PREFIX)/lib" # fixme
#CONFIGURE_ARGS= -without-f77 # this doesn't work out of the box
CONFIGURE_ENV= ac_cv_prog_WISH=$(REPLACE.wish.new)
USE_TOOLS+= perl:run
USE_LIBTOOL= yes
USE_TOOLS+= gmake
BUILD_TARGET= default
# This is strange, yet...
INSTALL_MAKE_FLAGS= installroot=$(DESTDIR)
REPLACE_PERL= src/bin/mpqc/ccarun.in src/bin/mpqc/mpqcrun.in
# Don't introduce Tk dependency for minor things, just leave a hook:
REPLACE_WISH= src/bin/molrender/tkmolrender.in
CHECK_INTERPRETER_SKIP= bin/tkmolrender
# optional:
# MPI, niama-config, libr12, libderiv
.include "../../devel/libexecinfo/buildlink3.mk" # optional
.include "../../mk/dlopen.buildlink3.mk" # optional?
.include "../../math/libint/buildlink3.mk" # optional
.include "../../x11/tk/interpreter.mk"
.include "../../math/blas/buildlink3.mk"
.include "../../math/lapack/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"