summaryrefslogtreecommitdiff
path: root/biology/chemtool/Makefile
blob: cc594e88ca7f0b9eb7a9db3b80488a6b08ab7a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.14 2002/11/30 15:31:59 salo Exp $

DISTNAME=		chemtool-1.4.1
CATEGORIES=		biology
MASTER_SITES=		http://www.uni-ulm.de/~s_tvolk/chemtool/src/

MAINTAINER=		packages@netbsd.org
HOMEPAGE=		http://www.uni-ulm.de/~s_tvolk/chemtool.html
COMMENT=		Program for drawing organic molecules

USE_BUILDLINK2=		# defined
USE_PKGLOCALEDIR=	# defined
USE_X11=		# defined

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/chemtool
	${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/chemtool
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/chemtool
	cd ${WRKSRC} && ${INSTALL_DATA} README TODO 			\
		${PREFIX}/share/doc/chemtool/

.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"