diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-31 00:54:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-31 00:54:20 +0000 |
commit | 00d5ec24c0a8bdd0ee43e3bcd9ee126c39891c40 (patch) | |
tree | e7c18f24f04908a1a3605dc2a903a6c0bcf984fd /science/chemtool/Makefile | |
parent | 413a183ac1399f5288097628fbac6f98d75c7688 (diff) |
Notes
Diffstat (limited to 'science/chemtool/Makefile')
-rw-r--r-- | science/chemtool/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index 06d10bd29bd7..b9f7704848d1 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> |