4fe2717ab4
Fixes and enhancements in chemtool 1.6.14 - Updated configure script to support ARM64. - Fixed potential crash during EPS output. - Fixed detection of openbabel 2.3.x
26 lines
796 B
Makefile
26 lines
796 B
Makefile
# $NetBSD: Makefile,v 1.49 2013/10/30 15:13:02 asau Exp $
|
|
|
|
DISTNAME= chemtool-1.6.14
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
|
|
|
|
MAINTAINER= pkgsrc-users@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 pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-gnomedir
|
|
|
|
INSTALLATION_DIRS= share/doc/chemtool share/examples/chemtool
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${DESTDIR}${PREFIX}/share/examples/chemtool
|
|
cd ${WRKSRC} && ${INSTALL_DATA} README TODO \
|
|
${DESTDIR}${PREFIX}/share/doc/chemtool/
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|