summaryrefslogtreecommitdiff
path: root/science/kmovisto/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 04:19:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 04:19:28 +0000
commit3c7c3cf525eb1eab52d994066f3beb6bcaf40e20 (patch)
tree965829f0e4fd88bf516322f1ff0a86d90b9a517d /science/kmovisto/Makefile
parentAdd p5-Class-ParmList 1.03, a module for processing named parameter (diff)
add kmovisto 0.5.1
A real 3-D molecule viewer
Notes
Notes: svn path=/head/; revision=92020
Diffstat (limited to 'science/kmovisto/Makefile')
-rw-r--r--science/kmovisto/Makefile30
1 files changed, 30 insertions, 0 deletions
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>