blob: 9513e7062a686e376803b223d27f0a5dc746f598 (
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
|
# $NetBSD: Makefile,v 1.19 2000/06/24 03:30:26 danw Exp $
DISTNAME= gnome-utils-1.2.0
CATEGORIES= misc x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-utils/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "NetBSD")
.if (${MACHINE_ARCH} == arm32) || (${MACHINE_ARCH} == i386) || \
(${MACHINE_ARCH} == m68k)
DEPENDS+= libgtop>=1.0.9:../../devel/libgtop
.endif
.endif
GNU_CONFIGURE= YES
USE_X11BASE= YES
CONFIGURE_ENV+= XGETTEXT="${LOCALBASE}/bin/xgettext"
CONFIGURE_ARGS= --with-ncurses=${LOCALBASE}
.include "../../mk/bsd.pkg.mk"
|