blob: 493776a127eb0a6cde2103f4d7b36a1d10084d4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.6 2000/07/31 07:37:01 jlam Exp $
PKGNAME= ${DISTNAME:S/-/-gnome-/}
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
CONFLICTS+= icewm-[0-9]*
USE_X11= yes
EVAL_PREFIX+= GNOMEDIR=gnome-libs
CONFIGURE_ARGS+= --with-gnome-menus="${GNOMEDIR}/bin/gnome-config"
CONFIGURE_ARGS+= --with-imlib
CONFIGURE_ENV+= LIBS="-lintl"
.include "../../x11/icewm/Makefile.common"
|