summaryrefslogtreecommitdiff
path: root/graphics/ee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ee/Makefile')
-rw-r--r--graphics/ee/Makefile24
1 files changed, 5 insertions, 19 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"