pkgsrc/biology/gnome-chemistry-utils/Makefile
ryoon 02b7c92932 Initial import of gnome-chemistry-utils-0.12.9 from wip/gnome-chemistry-utils
GChemPaint, a 2D chemical editor and some other programs related to chemistry
suitable for the GNOME desktop.

The Gnome Chemistry Utils include three utilities:
- a 2D chemical editor (GChemPaint).
- a chemical calculator (computes raw formule, molar weight, mass composition,
  etc..) and isotopic pattern).
- a molecule 3d viewer using OpenGL to display molecular models.
- a crystal structues viewer and editor.
- a periodic table of the elements.
- a spectrum viewer.

These programs are based on an included C++ library which provides a few
widgets and various classes, some related to chemistry and some utility
classes.
2011-10-05 22:18:05 +00:00

41 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/05 22:18:05 ryoon Exp $
#
DISTNAME= gnome-chemistry-utils-0.12.9
CATEGORIES= biology
MASTER_SITES= http://download.savannah.gnu.org/releases/gchemutils/0.12/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc.gnome@gmail.com
HOMEPAGE= http://gchemutils.nongnu.org/
COMMENT= GChemPaint, a 2D chemical editor and other programs
LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config msgfmt xgettext msgmerge perl
USE_LANGUAGES= c c++
GCONF_SCHEMAS+= gchemutils.schemas
GCONF_SCHEMAS+= gchempaint-arrows.schemas
GCONF_SCHEMAS+= gcrystal.schemas
GCONF_SCHEMAS+= gchempaint.schemas
BUILDLINK_TRANSFORM+=rm:-DGTK_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+=rm:-ldl
CONFIGURE_ARGS+= --disable-update-databases
.include "../../devel/GConf/schemas.mk"
.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../databases/gnome-mime-data/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"
.include "../../misc/goffice0.8/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../biology/chemical-mime-data/buildlink3.mk"
.include "../../biology/bodr/buildlink3.mk"
.include "../../biology/openbabel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"