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 | |
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>
-rw-r--r-- | science/openbabel/Makefile | 11 | ||||
-rw-r--r-- | science/openbabel/distinfo | 2 | ||||
-rw-r--r-- | science/openbabel/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | science/openbabel/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | science/openbabel/pkg-plist | 44 |
5 files changed, 54 insertions, 25 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> diff --git a/science/openbabel/distinfo b/science/openbabel/distinfo index 7906515b0eb8..f92fbcf3cc45 100644 --- a/science/openbabel/distinfo +++ b/science/openbabel/distinfo @@ -1 +1 @@ -MD5 (openbabel-1.100.0.tar.gz) = 6001013ebb0c4eca28e56a5d777bea39 +MD5 (openbabel-1.100.1.tar.gz) = 06ed9032ebaece0883420bd403c45215 diff --git a/science/openbabel/files/patch-Makefile.in b/science/openbabel/files/patch-Makefile.in deleted file mode 100644 index c3e5d4a9b9c4..000000000000 --- a/science/openbabel/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Apr 4 23:51:37 2003 -+++ Makefile.in Fri Apr 4 23:52:01 2003 -@@ -53,7 +53,7 @@ - install: all - (cd src; $(MAKE) $(MFLAGS) install) - $(MKDIRS) $(DESTDIR)$(mandir) -- $(INSTALL) $(top_srcdir)/doc/babel.1 $(DESTDIR)$(mandir) -+ $(INSTALL) $(top_srcdir)/doc/babel.1 $(DESTDIR)$(mandir)/openbabel.1 - - - dist: distclean diff --git a/science/openbabel/files/patch-src::Makefile.in b/science/openbabel/files/patch-src::Makefile.in deleted file mode 100644 index ca5247072b01..000000000000 --- a/science/openbabel/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Fri Apr 4 23:52:42 2003 -+++ src/Makefile.in Fri Apr 4 23:52:59 2003 -@@ -91,7 +91,7 @@ - - install: $(PROGRAM) - $(MKDIRS) $(DESTDIR)$(bindir) -- $(INSTALL) $(PROGRAM) $(DESTDIR)$(bindir) -+ $(INSTALL) $(PROGRAM) $(DESTDIR)$(bindir)/openbabel - $(MKDIRS) $(DESTDIR)$(pkgdatadir) - (cd $(srcdir); $(INSTALL) -m644 $(DATAFILES) $(DESTDIR)$(pkgdatadir)) - diff --git a/science/openbabel/pkg-plist b/science/openbabel/pkg-plist index d9e10cdc6562..604287c7c70a 100644 --- a/science/openbabel/pkg-plist +++ b/science/openbabel/pkg-plist @@ -1,9 +1,53 @@ bin/openbabel +include/openbabel/aromatic.h +include/openbabel/atomtyp.h +include/openbabel/base.h +include/openbabel/binary.h +include/openbabel/bitvec.h +include/openbabel/bondtyp.h +include/openbabel/bondtyper.h +include/openbabel/chains.h +include/openbabel/chiral.h +include/openbabel/data.h +include/openbabel/element.h +include/openbabel/extable.h +include/openbabel/fileformat.h +include/openbabel/generic.h +include/openbabel/grid.h +include/openbabel/isotope.h +include/openbabel/math/matrix3x3.h +include/openbabel/math/vector3.h +include/openbabel/matrix.h +include/openbabel/mol.h +include/openbabel/molchrg.h +include/openbabel/molvector.h +include/openbabel/oberror.h +include/openbabel/obifstream.h +include/openbabel/obutil.h +include/openbabel/parsmart.h +include/openbabel/patty.h +include/openbabel/phmodel.h +include/openbabel/phmodeldata.h +include/openbabel/resdata.h +include/openbabel/ring.h +include/openbabel/rotor.h +include/openbabel/smi.h +include/openbabel/typer.h +include/openbabel/types.h +lib/libopenbabel.la +lib/libopenbabel.so +lib/libopenbabel.so.0 +libdata/pkgconfig/openbabel.pc share/openbabel/aromatic.txt share/openbabel/atomtyp.txt +share/openbabel/bondtyp.txt share/openbabel/element.txt share/openbabel/extable.txt +share/openbabel/isotope.txt +share/openbabel/isotope-small.txt share/openbabel/phmodel.txt share/openbabel/resdata.txt share/openbabel/types.txt +@dirrm include/openbabel/math +@dirrm include/openbabel @dirrm share/openbabel |