pkgsrc/biology/chemtool/Makefile
minskim 76c9962543 Disable gnome support explicitly. Otherwise this package installs
more files on platforms where /usr/share/mime-info exists.
2004-04-10 02:33:12 +00:00

27 lines
803 B
Makefile

# $NetBSD: Makefile,v 1.21 2004/04/10 02:33:12 minskim Exp $
DISTNAME= chemtool-1.6
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
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
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/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"