blob: 24368e9a3c0c3b75c9197f9a800fd5b82cac7769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.17 2003/07/13 13:50:39 wiz Exp $
DISTNAME= chemtool-1.4.1
PKGREVISION= 2
CATEGORIES= biology
MASTER_SITES= http://www.uni-ulm.de/~s_tvolk/chemtool/src/
MAINTAINER= tech-pkg@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"
|