summaryrefslogtreecommitdiff
path: root/graphics/ee
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-24 15:44:12 +0000
committerwiz <wiz>2002-01-24 15:44:12 +0000
commitc0299d5457ce1bfcffae98338401ad4eecd9d079 (patch)
tree0fb25b1425a60011e25395f06402153a85b95d76 /graphics/ee
parentbb80120fc602df50a6a079c2e890250c6fd9e580 (diff)
downloadpkgsrc-c0299d5457ce1bfcffae98338401ad4eecd9d079.tar.gz
Weakly buildlinkify, and use PKGLOCALEDIR.
Diffstat (limited to 'graphics/ee')
-rw-r--r--graphics/ee/Makefile24
-rw-r--r--graphics/ee/distinfo4
-rw-r--r--graphics/ee/patches/patch-ab6
3 files changed, 10 insertions, 24 deletions
diff --git a/graphics/ee/Makefile b/graphics/ee/Makefile
index fe613ecb965..0633fcd06ea 100644
--- a/graphics/ee/Makefile
+++ b/graphics/ee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/09/27 23:18:10 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2002/01/24 15:44:12 wiz Exp $
DISTNAME= ee-0.3.12
CATEGORIES= x11 gnome
@@ -8,10 +8,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.gnome.org/
COMMENT= Image viewer based on imlib by the Rasterman. Gtk clone of xv
-DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core
-
GNU_CONFIGURE= # defined
-USE_X11BASE= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -19,20 +16,9 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LOCALSTATEDIR= /var/gnome
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
- --with-glib-prefix=${LOCALBASE}
-CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
-CONFIGURE_ENV+= LOCALEDIR=${LOCALEDIR}
-
-.include "../../mk/bsd.prefs.mk"
-
-# The directory in which locale files are found is:
-#
-# ${PREFIX}/${LOCALEDIR}/locale/<lang>/LC_MESSAGES
-#
-.if ${OPSYS} == "SunOS"
-LOCALEDIR= lib
-.else
-LOCALEDIR= share
-.endif
+ --with-glib-prefix=${BUILDLINK_DIR}
+CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
+.include "../../x11/gnome-core/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/ee/distinfo b/graphics/ee/distinfo
index bc01ea333be..f40a2052b02 100644
--- a/graphics/ee/distinfo
+++ b/graphics/ee/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:10 wiz Exp $
+$NetBSD: distinfo,v 1.3 2002/01/24 15:44:12 wiz Exp $
SHA1 (ee-0.3.12.tar.gz) = 7a7bcd75485de3d16d1b2fc25f4ac499e3c7c932
Size (ee-0.3.12.tar.gz) = 437916 bytes
SHA1 (patch-aa) = 3cb285731f60dc868266c66af77d17bc9da2a464
-SHA1 (patch-ab) = 5513b3be21c7fc15c1760fbaf09c505bb895d759
+SHA1 (patch-ab) = ae8db887be68291d8fe4edf4d634c1e3caf2e711
diff --git a/graphics/ee/patches/patch-ab b/graphics/ee/patches/patch-ab
index e116db418b3..40fea09c2dc 100644
--- a/graphics/ee/patches/patch-ab
+++ b/graphics/ee/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2001/02/13 11:47:01 tron Exp $
+$NetBSD: patch-ab,v 1.3 2002/01/24 15:44:12 wiz Exp $
--- configure.orig Mon Jul 17 17:42:39 2000
+++ configure
@@ -6,8 +6,8 @@ $NetBSD: patch-ab,v 1.2 2001/02/13 11:47:01 tron Exp $
-+# Set DATADIRNAME to "${LOCALEDIR}"
-+DATADIRNAME="${LOCALEDIR}"
++# Set DATADIRNAME to "${PKGLOCALEDIR}"
++DATADIRNAME="${PKGLOCALEDIR}"
+INTLDEPS=
+INTLLIBS="-lintl"