freebsd-ports/science/mpb/Makefile
Pav Lucistnik 556c0d8567 - Make it do actually something useful.
Make science/mpb has been pretty much useless because it wasn't
  correctly linked with hdf5 as it appears in the Makefile.  Now this
  is properly done by linking pthread lib too, which is required by
  hdf5.  Also, correctly link with ATLAS version of LAPACK.

PR:		ports/58337
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2003-12-07 01:12:25 +00:00

37 lines
868 B
Makefile

# ex:ts=8
# Ports collection makefile for: mpb
# Date created: Apr 4, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mpb
PORTVERSION= 1.4.2
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/mpb/
MAINTAINER= ports@FreeBSD.org
COMMENT= MIT Photonic-Bands
BUILD_DEPENDS= ${LOCALBASE}/lib/libctl.a:${PORTSDIR}/science/libctl \
bash:${PORTSDIR}/shells/bash2
LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \
fftw.2:${PORTSDIR}/math/fftw \
hdf5.0:${PORTSDIR}/graphics/hdf5 \
guile.15:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --with-lapack=-lalapack
MAN1= mpb.1 mpb-data.1 mpb-split.1
post-patch:
@${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 ${PTHREAD_LIBS} |g' \
${WRKSRC}/configure
.include <bsd.port.mk>