summaryrefslogtreecommitdiffstats
path: root/science/chemtool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/chemtool/Makefile')
-rw-r--r--science/chemtool/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile
index 06d10bd..b9f7704 100644
--- a/science/chemtool/Makefile
+++ b/science/chemtool/Makefile
@@ -1,4 +1,3 @@
-# ex:ts=8
# New ports collection makefile for: chemtool
# Date created: Mar 31, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
@@ -6,16 +5,23 @@
# $FreeBSD$
PORTNAME= chemtool
-PORTVERSION= 1.3.1
+PORTVERSION= 1.5
CATEGORIES= science
-MASTER_SITES= http://www.uni-ulm.de/~s_tvolk/chemtool/src/
+MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
-MAN1= chemtool.1
+MAN1= chemtool.1 cht.1
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/examples/chemtool
+ ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/chemtool
.include <bsd.port.mk>
OpenPOWER on IntegriCloud