pkgsrc/biology/chemtool/Makefile
adam 20cbd632ed Changes 1.6.8:
This release fixes a bug i(crash on startup) that was exposed by gcc 4.
It also adds detection of the recently released OpenBabel 2.0 and the ability
to use Openbabel for exporting to foreign file formats. Subscript encoding in
the SVG export was tweaked again to work around current limitations in the SVG
support of Firefox 1.5 and Konqueror 3.x.
2006-02-13 19:20:53 +00:00

26 lines
801 B
Makefile

# $NetBSD: Makefile,v 1.29 2006/02/13 19:20:53 adam Exp $
DISTNAME= chemtool-1.6.8
CATEGORIES= biology
MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
COMMENT= Program for drawing organic molecules
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-gnomedir
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/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"