diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 04:19:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 04:19:28 +0000 |
commit | 3c7c3cf525eb1eab52d994066f3beb6bcaf40e20 (patch) | |
tree | 965829f0e4fd88bf516322f1ff0a86d90b9a517d /science | |
parent | 4777ca6e3153967701b9cce615b34f7a4d99c711 (diff) | |
download | ports-3c7c3cf525eb1eab52d994066f3beb6bcaf40e20.tar.gz ports-3c7c3cf525eb1eab52d994066f3beb6bcaf40e20.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/kmovisto/Makefile | 30 | ||||
-rw-r--r-- | science/kmovisto/distinfo | 1 | ||||
-rw-r--r-- | science/kmovisto/pkg-descr | 3 | ||||
-rw-r--r-- | science/kmovisto/pkg-plist | 33 |
5 files changed, 68 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 0d458e247c4d..610319ee0a34 100644 --- a/science/Makefile +++ b/science/Makefile @@ -14,6 +14,7 @@ SUBDIR += gdis SUBDIR += ghemical SUBDIR += glens + SUBDIR += kmovisto SUBDIR += libctl SUBDIR += libsvm SUBDIR += mayavi diff --git a/science/kmovisto/Makefile b/science/kmovisto/Makefile new file mode 100644 index 000000000000..27160c39e371 --- /dev/null +++ b/science/kmovisto/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection Makefile for: kmovisto +# Date created: Oct 23, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= kmovisto +PORTVERSION= 0.5.1 +CATEGORIES= science +MASTER_SITES= http://mitglied.lycos.de/pageofmh/download/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A real 3-D molecule viewer + +USE_REINPLACE= yes +USE_QT_VER= 3 +USE_MESA= yes +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 + +.include <bsd.port.mk> diff --git a/science/kmovisto/distinfo b/science/kmovisto/distinfo new file mode 100644 index 000000000000..89cfec164018 --- /dev/null +++ b/science/kmovisto/distinfo @@ -0,0 +1 @@ +MD5 (kmovisto-0.5.1.tar.gz) = 2e0ffd2f7f029a05a5fe894a122c3178 diff --git a/science/kmovisto/pkg-descr b/science/kmovisto/pkg-descr new file mode 100644 index 000000000000..224273e48259 --- /dev/null +++ b/science/kmovisto/pkg-descr @@ -0,0 +1,3 @@ +Molecule Viewer KMovisto for use with Gaussian, POVRay and VRML. + +WWW: http://mitglied.lycos.de/PageOfMH/ diff --git a/science/kmovisto/pkg-plist b/science/kmovisto/pkg-plist new file mode 100644 index 000000000000..ee2502f14f90 --- /dev/null +++ b/science/kmovisto/pkg-plist @@ -0,0 +1,33 @@ +bin/kmovisto +%%DOCSDIR%%/images/dialog_appearance.jpg +%%DOCSDIR%%/images/dialog_atoms.jpg +%%DOCSDIR%%/images/dialog_bonds.jpg +%%DOCSDIR%%/images/dialog_directories.jpg +%%DOCSDIR%%/images/dialog_povray_tab1.jpg +%%DOCSDIR%%/images/dialog_povray_tab2.jpg +%%DOCSDIR%%/images/dialog_povray_tab3.jpg +%%DOCSDIR%%/images/dialog_povray_tab4.jpg +%%DOCSDIR%%/images/dialog_title.jpg +%%DOCSDIR%%/images/dialog_vrml_tab1.jpg +%%DOCSDIR%%/images/dialog_vrml_tab2.jpg +%%DOCSDIR%%/images/dialog_vrml_tab3.jpg +%%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/povray_sample.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 +%%DOCSDIR%%/index-4.html +%%DOCSDIR%%/index-5.html +%%DOCSDIR%%/index-6.html +%%DOCSDIR%%/index-7.html +@dirrm %%DOCSDIR%%/images +@dirrm %%DOCSDIR%% |