- add myself as maintainer

- tweak DESCR
- re-do a bit in make_local, discussed with upstream
This commit is contained in:
jasper 2009-04-01 19:31:39 +00:00
parent be93c8ef37
commit 26ddad5a59
3 changed files with 11 additions and 12 deletions

View File

@ -1,14 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/31 19:08:28 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2009/04/01 19:31:39 jasper Exp $
COMMENT= General Atomistic Modelling Graphic Interface
V= 0.13.11
DISTNAME= gamgi-all-${V}
PKGNAME= ${DISTNAME:S/-all//}
PKGNAME= ${DISTNAME:S/-all//}p0
CATEGORIES= education x11
HOMEPAGE= http://www.gamgi.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src-make_local,v 1.1.1.1 2009/03/31 19:08:29 jasper Exp $
$OpenBSD: patch-src-make_local,v 1.2 2009/04/01 19:31:39 jasper Exp $
--- src/make_local.orig Sun Mar 29 19:02:53 2009
+++ src/make_local Tue Mar 31 19:25:04 2009
+++ src/make_local Wed Apr 1 21:17:25 2009
@@ -72,3 +72,24 @@ PATH_GTKGL_L =-L/usr/lib
#
#======================== Linux Yellow Dog ppc =================================
@ -11,13 +11,13 @@ $OpenBSD: patch-src-make_local,v 1.1.1.1 2009/03/31 19:08:29 jasper Exp $
+PATH_EXPAT_H = -I${X11BASE}/include
+PATH_FREETYPE_H = -I${X11BASE}/include/freetype2
+PATH_X_H = -I${X11BASE}/include
+PATH_GLIB_H = `pkg-config --cflags glib-2.0`
+PATH_GLIB_H = -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/lib/glib-2.0/include
+PATH_CAIRO_H = -I${LOCALBASE}/include/cairo
+PATH_PANGO_H = -I${LOCALBASE}/include/pango-2.0
+PATH_ATK_H = -I${LOCALBASE}/include/atk-2.0
+PATH_GTK_H = `pkg-config --cflags gtk+-2.0`
+PATH_PANGO_H = -I${LOCALBASE}/include/pango-1.0
+PATH_ATK_H = -I${LOCALBASE}/include/atk-1.0
+PATH_GTK_H = -I${LOCALBASE}/include/gtk-2.0 -I${LOCALBASE}/lib/gtk-2.0/include
+PATH_MESA_H = -I${X11BASE}/include/GL
+PATH_GTKGL_H = `pkg-config --cflags gtkglext-1.0` `pkg-config --cflags gdkglext-1.0`
+PATH_GTKGL_H = -I${LOCALBASE}/include/gtkglext-1.0 -I${LOCALBASE}/lib/gtkglext-1.0/include
+
+PATH_X_L = -L${X11BASE}/lib
+PATH_GLIB_L = -L${LOCALBASE}/lib

View File

@ -8,6 +8,3 @@ graphic interface to study atomic structures and to prepare images for
presentations; 3) teaching the atomic structure of matter in schools and
universities, even inviting students to run GAMGI at home; 4) science
promotion, in exhibitions and science museums.
To run properly, GAMGI requires a graphics environment with at least 16
bits per pixel, plus a 3-button mouse.