diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-09 12:16:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-09 12:16:40 +0000 |
commit | 8557c2c940dc863946083a03f515942f500df1d4 (patch) | |
tree | cff26d372fef642d45d2549898d793e72203d997 /science | |
parent | e690f87d43187103ce7f70963663ef80c047aef5 (diff) | |
download | ports-8557c2c940dc863946083a03f515942f500df1d4.tar.gz ports-8557c2c940dc863946083a03f515942f500df1d4.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/gerris/Makefile | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/science/gerris/Makefile b/science/gerris/Makefile index eebdacd470fb..383a459f09c0 100644 --- a/science/gerris/Makefile +++ b/science/gerris/Makefile @@ -12,10 +12,10 @@ CATEGORIES= science math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gfs -PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}gfs/ \ - http://members.aon.at/odunkl/downloads/patches/ -PATCHFILES= gerris-0.6-patch-1.gz \ - gerris-0.6-patch-2.gz +PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}gfs/:patch1 \ + http://members.aon.at/odunkl/downloads/patches/:patch2 +PATCHFILES= gerris-0.6-patch-1.gz:patch1 \ + gerris-0.6-patch-2.gz:patch2 PATCH_DIST_STRIP= -p1 MAINTAINER= odunkl@gmx.net @@ -38,25 +38,10 @@ USE_GNOME= pkgconfig USE_GETOPT_LONG= yes USE_REINPLACE= yes -MPIDIR= ${LOCALBASE}/mpich - -.include <bsd.port.pre.mk> - -# TODO: add support for MPI -#.if exists(${MPIDIR}/bin/mpiCC) -#WITH_MPI= yes -#.endif -#.if defined(WITH_MPI) -#PKGNAMESUFFIX+= -mpich -#BUILD_DEPENDS+= ${MPIDIR}/bin/mpiCC:${PORTSDIR}/net/mpich -#CONFIGURE_ARGS+= --with-mpicc=${MPIDIR}/bin/mpiCC -#MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=CC" -#.else CONFIGURE_ARGS+= --disable-mpi -#.endif post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/src/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |