pkgsrc/biology/chemtool/Makefile
adam 72024522c7 Changes 1.6.7:
- Fixed several serious bugs related to label rendering and printing
  that occured when chemtool was built with GTK 2 instead of GTK 1.2
  (see ChangeLog for details)
- SVG export now adds a namespace header as required by current builds
  of the firefox browser
- SVG export now uses color values instead of color names for better
  SVGT compatibility
- The separation between the lines of multiple bonds is configurable
- The keys of the numeric keypad now create two dots instead of a line
   for free electron pairs when the Shift key is pressed
- Two new bond types for drawing filled and unfilled p orbital lobes
- chemtool now checks for fig2sxd (sourceforge.net) and offers to export
  to OpenOffice Draw format when it is present.
- rpm packages did not install the dutch locale file.

Chnges 1.6.6:
- Fixed bug in molfile preview that caused an immediate crash in 1.6.5
- Made drawing of wiggly bonds work again
2005-08-26 11:53:32 +00:00

26 lines
801 B
Makefile

# $NetBSD: Makefile,v 1.27 2005/08/26 11:53:32 adam Exp $
DISTNAME= chemtool-1.6.7
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"