diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-29 19:34:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-29 19:34:00 +0000 |
commit | fc37d534bfde6695edeef04be1016d4402604c6c (patch) | |
tree | 4ad72b5f93914fb3f6a05745a30bc7648bf12dc6 /science/openbabel/Makefile | |
parent | 7510b4111bb0e86aaea4060704ddaf0590c5379d (diff) | |
download | ports-fc37d534bfde6695edeef04be1016d4402604c6c.tar.gz ports-fc37d534bfde6695edeef04be1016d4402604c6c.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>
Notes
Notes:
svn path=/head/; revision=83851
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> |