diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-03 07:30:45 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-03 07:30:45 +0000 |
commit | dbe3e25f73c7006e1e2746a6ef5a59965f584445 (patch) | |
tree | cfa71cb8674653c0d5a4d6d8f41d4a662cd8c150 /science/libghemical/Makefile | |
parent | 1a707520dba22d43a5e040229efd9a43231f8cce (diff) |
Notes
Diffstat (limited to 'science/libghemical/Makefile')
-rw-r--r-- | science/libghemical/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile new file mode 100644 index 000000000000..65ff217cf2d0 --- /dev/null +++ b/science/libghemical/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: libghemical +# Date created: July 3, 2006 +# Whom: Nakata Maho <maho@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= libghemical +PORTVERSION= 2.00 +CATEGORIES= science +MASTER_SITES= http://www.uku.fi/~thassine/projects/download/ \ + http://bioinformatics.org/ghemical/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= maho@FreeBSD.org +COMMENT= Support libraries of science/ghemical port + +BUILD_DEPENDS= ${LOCALBASE}/lib/libmpqc.a:${PORTSDIR}/science/mpqc \ + openbabel:${PORTSDIR}/science/openbabel \ + mopac7:${PORTSDIR}/biology/mopac + +USE_GMAKE= yes +USE_GNOME= pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-mopac7 --enable-mpqc --enable-openbabel \ + --with-blas="-L${LOCALBASE}/lib -lf77blas -lcblas -latlas" \ + --with-lapack=-lalapack + +USE_AUTOTOOLS= autoconf:259 +PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}" + +.include <bsd.port.pre.mk> + +pre-configure: + @cd ${WRKDIR}/${DISTNAME} ; ${AUTOCONF} + +.include <bsd.port.post.mk> |