mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
add kmovisto 0.5.1
A real 3-D molecule viewer
This commit is contained in:
parent
4777ca6e31
commit
3c7c3cf525
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92020
@ -14,6 +14,7 @@
|
||||
SUBDIR += gdis
|
||||
SUBDIR += ghemical
|
||||
SUBDIR += glens
|
||||
SUBDIR += kmovisto
|
||||
SUBDIR += libctl
|
||||
SUBDIR += libsvm
|
||||
SUBDIR += mayavi
|
||||
|
30
science/kmovisto/Makefile
Normal file
30
science/kmovisto/Makefile
Normal file
@ -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>
|
1
science/kmovisto/distinfo
Normal file
1
science/kmovisto/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kmovisto-0.5.1.tar.gz) = 2e0ffd2f7f029a05a5fe894a122c3178
|
3
science/kmovisto/pkg-descr
Normal file
3
science/kmovisto/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Molecule Viewer KMovisto for use with Gaussian, POVRay and VRML.
|
||||
|
||||
WWW: http://mitglied.lycos.de/PageOfMH/
|
33
science/kmovisto/pkg-plist
Normal file
33
science/kmovisto/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user