blob: 1f2541d7f0794e792ac5d648bbc490979545418d (
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.21 2000/07/31 10:49:16 jlam Exp $
DISTNAME= control-center-1.2.0
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/control-center/}
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
GNU_CONFIGURE= # defined
USE_X11BASE= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LOCALSTATEDIR= /var/gnome
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--with-glib-prefix=${LOCALBASE}
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
post-install:
${RMDIR} ${PREFIX}/share/gnome/help/control-center/C/stylesheet-images
.include "../../mk/bsd.pkg.mk"
|