240a6fffbc
drop maintainership
22 lines
404 B
Makefile
22 lines
404 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.1
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://www.uni-ulm.de/~s_tvolk/chemtool/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig
|
|
|
|
USE_GTK= yes
|
|
|
|
MAN1= chemtool.1
|
|
|
|
.include <bsd.port.mk>
|