blob: 98935bf3267a292cd5534ac9ed2ba794f6d73c7f (
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
30
31
32
33
34
35
36
|
# $NetBSD: Makefile,v 1.27 2001/02/17 17:06:16 wiz Exp $
DISTNAME= control-center-1.2.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/control-center/}
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME control-center development library
DEPENDS+= gnome-libs>=1.2.0:../../x11/gnome-libs
DEPENDS+= gdk-pixbuf>=0.7.0:../../graphics/gdk-pixbuf
BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_X11BASE= # defined
USE_GMAKE= # defined
USE_LIBINTL= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LOCALSTATEDIR= /var/gnome
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--with-glib-prefix=${LOCALBASE}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
post-patch:
@${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
post-install:
${RMDIR} ${PREFIX}/share/gnome/help/control-center/C/stylesheet-images
.include "../../mk/bsd.pkg.mk"
|