aboutsummaryrefslogtreecommitdiffstats
path: root/science/gchemutils/Makefile
blob: bdc3c05126c6b33b44cf16a07f1cb926d80979ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    gchemutils
# Date created:         Mar 18, 2003
# Whom:             Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$

PORTNAME=   gchemutils
PORTVERSION=    0.4.8
CATEGORIES= science
MASTER_SITES=   ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   gnome-chemistry-utils-${PORTVERSION}

MAINTAINER= pav@FreeBSD.org
COMMENT=    C++ classes and Gtk2 widgets related to chemistry

LIB_DEPENDS=    gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext \
        openbabel.1:${PORTSDIR}/science/openbabel

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnomeprefix intlhack libglade2 libgnomeprint libgnomeui
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:15
USE_REINPLACE=  yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=     "does not link with openbabel"
.endif

.include <bsd.port.post.mk>
commit/filter?id=fd2f3a6d7adb1fbc154c9a8493bfb44b979da1cb'>Roll over ChangeLogs.Ettore Perazzoli2003-06-102-2967/+2967 * Reverted unwanted commitRodrigo Moya2003-05-141-22/+22 * Updated NEWSRodrigo Moya2003-05-141-22/+22 * Format the colour string in a way that gdk_color_parse() will handle.Jeffrey Stedfast2003-05-072-1/+7 * Fix for bug #41578.Jeffrey Stedfast2003-04-304-11/+28 * removed debug spew.Not Zed2003-04-233-6/+55 * updated the bug list that my last commit fixed (since more bugs have been sub...Jeffrey Stedfast2003-04-121-1/+1 * added more bug #'sJeffrey Stedfast2003-04-121-2/+2 * Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.Jeffrey Stedfast2003-04-128-42/+78 * cast warning.Not Zed2003-03-282-1/+5 * Loop over child nodes here too in order to not be affected by libxml2Jeffrey Stedfast2003-03-273-20/+36 * (button_clicked): Fix this so we don't get stuck insideDan Winship2003-03-212-13/+7 * Change the strings in the timespans array from "second" / "seconds" to "1Dan Winship2003-03-212-9/+17 * Don't return here - this is a void function. (rule_editor_set_source):Jeffrey Stedfast2003-03-202-2/+8 * use the same code as in filter-rule to enforce unique names for allNot Zed2003-03-182-1/+18 * Set the default window size to something reasonable (350x400?). Fixes bugJeffrey Stedfast2003-03-182-0/+4 * Fixed to work properly. Fixes bug #39654.Jeffrey Stedfast2003-03-182-17/+27 * Always add a Cancel button here, but if !enable_undo - make the responseJeffrey Stedfast2003-03-184-43/+55 * go to the proper level of child node before looking for rule sets, fix forNot Zed2003-03-102-216/+222 * Fixes for bug #39170Jeffrey Stedfast2003-03-062-3/+12 * Change to use EAccountList, etc.Not Zed2003-02-242-52/+28 * Get rid of the need for the GTK_WIDGET_DESTROYED() check.Jeffrey Stedfast2003-02-132-17/+15 * Use g_object_new() instead of gtk_type_new().Jeffrey Stedfast2003-02-089-16/+38 * Defined in configure.in now (filterdir): Define using privdatadirDan Winship2003-02-062-2/+6 * (gladedir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-2/+7 * dont re-use 'widget', its the return value!Not Zed2003-01-162-7/+12 * Back to using e_xml_save_file().Jeffrey Stedfast2003-01-162-3/+5 * Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-154-10/+33 * more bug #'sJeffrey Stedfast2003-01-041-1/+1 * added a bug # that was fixedJeffrey Stedfast2003-01-041-1/+1 * Scroll to the newly added row. (rule_delete): Scroll to the selected row.Jeffrey Stedfast2003-01-042-10/+41 * more fixesJeffrey Stedfast2003-01-033-9/+9 * Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-0310-46/+76 * Use an easier method for getting the iter.Jeffrey Stedfast2002-12-132-11/+15 * New custom function for creating the source_list widget. (get_widget):Jeffrey Stedfast2002-12-134-70/+150 * updatedJeffrey Stedfast2002-12-051-2/+2 * Add a textcellrenderer to display the folders. (get_widget): Remove FIXMENot Zed2002-11-262-1/+8 * FILTER_RULE_CLASS -> _GET_CLASSNot Zed2002-11-2622-74/+97 * free the list dataJeffrey Stedfast2002-11-211-8/+5 * gconfify.Jeffrey Stedfast2002-11-212-26/+42 * Updated to use GtkTreeView.Jeffrey Stedfast2002-11-195-80/+141 * Get the root node properly.Not Zed2002-11-1316-33/+49 * comment out gtk_destroyed check.Not Zed2002-11-135-25/+86 * Use weak_ref instead of connecting to "destroy". (rule_add): Same.Jeffrey Stedfast2002-11-092-3/+9 * Use a GtkDialog instead of a GnomeDialog for reporting errors.Jeffrey Stedfast2002-11-0812-121/+137 * Use GtkDialog instead of GnomeDialog here.Jeffrey Stedfast2002-11-0810-96/+131 * Deleted most of the internals until we devise a gconf schema and redesignJeffrey Stedfast2002-11-073-78/+13 * Converted to the glade-2 format.Jeffrey Stedfast2002-11-062-933/+1240 * use G_STRUCT_OFFSET instead of GTK_SIGNAL_OFFSETJeffrey Stedfast2002-11-062-4/+4 * more build fixesJeffrey Stedfast2002-11-063-39/+39 * a ton more build fixesJeffrey Stedfast2002-11-067-114/+91 * more build fixesJeffrey Stedfast2002-11-064-12/+8 * don't #include gnome-defs.hJeffrey Stedfast2002-11-061-1/+0 * fixed gnome-stock stuffJeffrey Stedfast2002-11-062-33/+19 * more build fixesJeffrey Stedfast2002-11-062-9/+7 * build fixesJeffrey Stedfast2002-11-062-36/+27 * some build fixesJeffrey Stedfast2002-11-065-21/+22 * Ported.Jeffrey Stedfast2002-11-069-212/+202 * Ported.Jeffrey Stedfast2002-11-0610-320/+304 * oopsJeffrey Stedfast2002-11-061-14/+13 * Ported.Jeffrey Stedfast2002-11-065-171/+173 * Ported.Jeffrey Stedfast2002-11-068-202/+192 * Ported.Jeffrey Stedfast2002-11-055-124/+117 * Also ported.Jeffrey Stedfast2002-11-055-234/+225 * Ported this too.Jeffrey Stedfast2002-11-025-171/+171 * Ported to glib2/GObject.Jeffrey Stedfast2002-11-023-359/+370 * Ported to GObject.Jeffrey Stedfast2002-11-0211-426/+433 * Ported to GObject.Jeffrey Stedfast2002-11-027-165/+175 * Ported to GObject.Jeffrey Stedfast2002-11-029-355/+362 * Adjust default rule editor size to accomodate the menu widening caused byDan Winship2002-11-012-1/+7 * Removed the Run Once filter action.Jeffrey Stedfast2002-10-113-28/+26 * Sync for 1.1.2.Ettore Perazzoli2002-10-081-22/+22 * It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-013-3/+10 * Use "mail/*" as the allowed folder type.Dan Winship2002-09-263-2/+9 * add empty statement after label to make it ANSI.Dan Winship2002-09-232-0/+6 * Changed source account, use header-source rather than (= (get-source) ...)Not Zed2002-09-192-2/+7 * Add a Run Once action to run a command only once rather than for eachJeffrey Stedfast2002-09-143-0/+11 * Dont allow duplicate names. (edit_editor_clicked): Same here. For #24803.Not Zed2002-08-082-2/+34 * Don't need to save temp/backup files anymore, e_xml_save_file() nowJeffrey Stedfast2002-08-072-15/+10 * Use e_xml_save_file(). (xml_doc_save): Removed this code and added it toJeffrey Stedfast2002-08-072-300/+11 * New internal function to replace xmlSaveFile. Does proper error checkingJeffrey Stedfast2002-08-06