blob: 5dd86ffb0be23de25d45c64e74e49b5d0c9e2da4 (
plain)
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
|
# $NetBSD: Makefile,v 1.37 2004/03/26 02:27:41 wiz Exp $
DISTNAME= ee-0.3.12
PKGREVISION= 10
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ee/0.3/}
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.gnome.org/
COMMENT= Image viewer based on imlib by the Rasterman. Gtk clone of xv
DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs
USE_BUILDLINK2= # defined
USE_PKGLOCALEDIR= # defined
USE_X11BASE= # defined
USE_GNU_TOOLS+= make
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LOCALSTATEDIR= /var/gnome
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--with-glib-prefix=${BUILDLINK_PREFIX.glib}
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|