aboutsummaryrefslogtreecommitdiff
path: root/science/openbabel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/openbabel/Makefile')
-rw-r--r--science/openbabel/Makefile11
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>