diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-28 09:54:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-28 09:54:24 +0000 |
commit | cfca9365175d037ccd2dfec0942c1b79214dc811 (patch) | |
tree | ed44a17e6a18be16eebaa3273b051a9d2e9a222b /science | |
parent | fd42997db74e22d1e688ee4b1e2920cee402b953 (diff) | |
download | ports-cfca9365175d037ccd2dfec0942c1b79214dc811.tar.gz ports-cfca9365175d037ccd2dfec0942c1b79214dc811.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/kmovisto/Makefile | 7 | ||||
-rw-r--r-- | science/kmovisto/distinfo | 2 | ||||
-rw-r--r-- | science/kmovisto/pkg-plist | 18 |
3 files changed, 21 insertions, 6 deletions
diff --git a/science/kmovisto/Makefile b/science/kmovisto/Makefile index 27160c39e371..b4b1d76c438b 100644 --- a/science/kmovisto/Makefile +++ b/science/kmovisto/Makefile @@ -7,7 +7,7 @@ # PORTNAME= kmovisto -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= science MASTER_SITES= http://mitglied.lycos.de/pageofmh/download/ @@ -17,14 +17,15 @@ COMMENT= A real 3-D molecule viewer USE_REINPLACE= yes USE_QT_VER= 3 USE_MESA= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ - -e "s|-pedantic||g" ${WRKSRC}/configure + -e "s|-pedantic||g" -e "s|-ldl||g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|-ldl||g" ${WRKSRC}/kmovisto/Makefile.in .include <bsd.port.mk> diff --git a/science/kmovisto/distinfo b/science/kmovisto/distinfo index 89cfec164018..fade1c61c786 100644 --- a/science/kmovisto/distinfo +++ b/science/kmovisto/distinfo @@ -1 +1 @@ -MD5 (kmovisto-0.5.1.tar.gz) = 2e0ffd2f7f029a05a5fe894a122c3178 +MD5 (kmovisto-0.6.0.tar.gz) = 9b47a43f330649baa94f38126b134f88 diff --git a/science/kmovisto/pkg-plist b/science/kmovisto/pkg-plist index ee2502f14f90..7aa83ac90b46 100644 --- a/science/kmovisto/pkg-plist +++ b/science/kmovisto/pkg-plist @@ -3,6 +3,7 @@ bin/kmovisto %%DOCSDIR%%/images/dialog_atoms.jpg %%DOCSDIR%%/images/dialog_bonds.jpg %%DOCSDIR%%/images/dialog_directories.jpg +%%DOCSDIR%%/images/dialog_pluginmanager.jpg %%DOCSDIR%%/images/dialog_povray_tab1.jpg %%DOCSDIR%%/images/dialog_povray_tab2.jpg %%DOCSDIR%%/images/dialog_povray_tab3.jpg @@ -14,14 +15,20 @@ bin/kmovisto %%DOCSDIR%%/images/kmovisto.jpg %%DOCSDIR%%/images/kmovisto_3D_anaglyph_rc.jpg %%DOCSDIR%%/images/kmovisto_3D_anaglyph_rg.jpg -%%DOCSDIR%%/images/toolbar.jpg %%DOCSDIR%%/images/kmovisto_3D_stereo.jpg %%DOCSDIR%%/images/kmovisto_editmode.jpg %%DOCSDIR%%/images/kmovisto_flatmode.jpg +%%DOCSDIR%%/images/kmpi_class_hierarchy.jpg +%%DOCSDIR%%/images/kmpi_directories.jpg +%%DOCSDIR%%/images/kmpi_menu_toolbar.jpg +%%DOCSDIR%%/images/kmpi_plugin_icon.jpg +%%DOCSDIR%%/images/kmpi_pluginmanager1.jpg +%%DOCSDIR%%/images/kmpi_pluginmanager2.jpg +%%DOCSDIR%%/images/kmpi_pluginmanager3.jpg %%DOCSDIR%%/images/povray_sample.jpg +%%DOCSDIR%%/images/toolbar.jpg %%DOCSDIR%%/images/toolbar_anaglyph.jpg %%DOCSDIR%%/images/toolbar_editmode.jpg -%%DOCSDIR%%/index.html %%DOCSDIR%%/index-1.html %%DOCSDIR%%/index-2.html %%DOCSDIR%%/index-3.html @@ -29,5 +36,12 @@ bin/kmovisto %%DOCSDIR%%/index-5.html %%DOCSDIR%%/index-6.html %%DOCSDIR%%/index-7.html +%%DOCSDIR%%/index-8.html +%%DOCSDIR%%/index.html +%%DOCSDIR%%/kmpi_index-1.html +%%DOCSDIR%%/kmpi_index-2.html +%%DOCSDIR%%/kmpi_index-3.html +%%DOCSDIR%%/kmpi_index-4.html +%%DOCSDIR%%/kmpi_index.html @dirrm %%DOCSDIR%%/images @dirrm %%DOCSDIR%% |