summaryrefslogtreecommitdiff
path: root/biology/chemtool/Makefile
blob: ab62a6925afc4b601391b137cb33e67de232ef6e (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
25
26
27
# $NetBSD: Makefile,v 1.6 2001/04/01 11:06:30 zuntum Exp $

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

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

DEPENDS+=	gtk+>=1.0.0:../../x11/gtk

MAKE_ENV+=	PKGLOCALEDIR="${PKGLOCALEDIR}"

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/chemtool
	@for f in ${WRKSRC}/examples/*;	do				\
	i="${INSTALL_DATA} $$f ${PREFIX}/share/examples/chemtool/";	\
	${ECHO} $$i; $$i;						\
	done
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/chemtool
	@for f in README TODO; do					 \
	i="${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/chemtool/"; \
	${ECHO} $$i; $$i;						 \
	done

.include "../../mk/bsd.pkg.mk"