mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
930bd6ef2a
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 ?
22 lines
403 B
Makefile
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>
|