mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
* 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>
This commit is contained in:
parent
7510b4111b
commit
fc37d534bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83851
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (openbabel-1.100.0.tar.gz) = 6001013ebb0c4eca28e56a5d777bea39
|
||||
MD5 (openbabel-1.100.1.tar.gz) = 06ed9032ebaece0883420bd403c45215
|
||||
|
@ -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
|
@ -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))
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user