freebsd-ports/science/chemtool/Makefile
Ying-Chieh Liao 930bd6ef2a add chemtool
Chemtool is a program for drawing organic molecules easily and store them
as an Postscript, X-Bitmap, LaTeX and XFig file

ps. first science ports ?
2001-03-30 19:23:00 +00:00

22 lines
403 B
Makefile

# ex:ts=8
# New ports collection makefile for: chemtool
# Date created: Mar 31, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= chemtool
PORTVERSION= 1.3
CATEGORIES= science
MASTER_SITES= http://www.uni-ulm.de/~s_tvolk/chemtool/src/
MAINTAINER= ijliao@FreeBSD.org
RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig
USE_GTK= yes
MAN1= chemtool.1
.include <bsd.port.mk>