summaryrefslogtreecommitdiff
path: root/graphics/ee/Makefile
blob: 7d3d2196ea81f6e164b056ad1a634b5be710278a (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.2 1999/04/06 02:03:01 abs Exp $
#

DISTNAME=	ee-0.3.8
CATEGORIES=	x11 gnome
MASTER_SITES=	ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ee/ \
		ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ee/ \
		ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ee/ \
		ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ee/

MAINTAINER=	root@garbled.net
HOMEPAGE=	http://www.gnome.org/

DEPENDS+=	gnome-core-1.0.4:../../x11/gnome-core

NOT_FOR_ARCHS=	alpha	# problems with gtk

GNU_CONFIGURE=	yes
USE_X11BASE=	yes
USE_GMAKE=	yes
USE_LIBTOOL=	yes

LOCALSTATEDIR=	/var/gnome

CONFIGURE_ARGS+=	--localstatedir=${LOCALSTATEDIR} \
			--with-glib-prefix=${LOCALBASE}
CONFIGURE_ENV+=		LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}

.include "../../mk/bsd.pkg.mk"