blob: 32bef71f00502cb85fde522fbb60153f9a3949a6 (
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
37
38
39
40
41
42
43
44
45
|
# $NetBSD: Makefile,v 1.11 2001/02/17 17:06:23 wiz Exp $
#
DISTNAME= gnome-applets-1.2.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-applets/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Applets for GNOME
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
DEPENDS+= gnome-core>=1.2.1:../../x11/gnome-core
DEPENDS+= libgtop>=1.0.0:../../devel/libgtop
USE_GMAKE= # defined
USE_X11BASE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include
AUTOGEN_ENV= NOCONFIGURE=1
AUTOGEN_ENV+= srcdir=${WRKSRC}
pre-configure:
cd ${WRKSRC} && ${MV} -f aclocal.m4 acinclude.m4
cd ${WRKSRC} && ${SETENV} ${AUTOGEN_ENV} ${SH} macros/autogen.sh
post-install:
${RMDIR} ${PREFIX}/share/gnome/help/cpuload_applet/C/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/cpuload_applet/it/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/loadavg_applet/C/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/loadavg_applet/it/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/memload_applet/C/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/memload_applet/it/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/netload_applet/C/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/netload_applet/it/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/swapload_applet/C/stylesheet-images
${RMDIR} ${PREFIX}/share/gnome/help/swapload_applet/it/stylesheet-images
.include "../../mk/bsd.pkg.mk"
|