diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-30 03:34:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-30 03:34:00 +0800 |
commit | 1fa87bc2fd3d2fb37eae0be62841e138d02fa578 (patch) | |
tree | 6921dec133f6af7ccb4c0c26628ae50a665bc490 /science/openbabel/Makefile | |
parent | 5cec30808d844e52266ae62869c2fcdac090c6c1 (diff) | |
download | freebsd-ports-gnome-1fa87bc2fd3d2fb37eae0be62841e138d02fa578.tar.gz freebsd-ports-gnome-1fa87bc2fd3d2fb37eae0be62841e138d02fa578.tar.zst freebsd-ports-gnome-1fa87bc2fd3d2fb37eae0be62841e138d02fa578.zip |
* Update to 1.100.1
* Remove patches in favor of --program-prefix=open
* Install the .pc file in the correct location
PR: 53845
Submitted by: Pav Lucistnik <pav@oook.cz>
Diffstat (limited to 'science/openbabel/Makefile')
-rw-r--r-- | science/openbabel/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index be0ca1e71c5c..b350609f08d0 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= openbabel -PORTVERSION= 1.100.0 +PORTVERSION= 1.100.1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Chemistry file translation program -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-shared --disable-static --program-prefix=open +USE_GNOME= gnomehack MAN1= openbabel.1 +post-install: + ${MKDIR} ${PREFIX}/include/openbabel/math + ${INSTALL_DATA} ${WRKSRC}/src/math/*.h ${PREFIX}/include/openbabel/math + .include <bsd.port.mk> |