summaryrefslogtreecommitdiff
path: root/devel/libgtop/Makefile
blob: fb7e8c1d255254ad58b15b795d96eacca2dfef89 (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
46
47
48
49
50
51
52
53
54
55
56
# $NetBSD: Makefile,v 1.75 2004/01/03 18:49:38 reed Exp $

DISTNAME=		libgtop-1.0.13
PKGREVISION=		4
CATEGORIES=		devel gnome
MASTER_SITES=		${MASTER_SITE_GNOME:=sources/libgtop/1.0/}
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		tron@NetBSD.org
HOMEPAGE=		http://www.gnome.org/
COMMENT=		Library to retrieve system information, used in GNOME

BUILD_USES_MSGFMT=	yes

NOT_FOR_PLATFORM=	SunOS-*-*
OSVERSION_SPECIFIC=	yes

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == NetBSD
. if (${MACHINE_ARCH} != alpha) && \
     (${MACHINE_ARCH} != arm) && (${MACHINE_ARCH} != arm32) && \
     (${MACHINE_ARCH} != i386) && (${MACHINE_ARCH} != m68k) && \
     (${MACHINE_ARCH} != mipsel) && (${MACHINE_ARCH} != powerpc) && \
     (${MACHINE_ARCH} != sparc) && (${MACHINE_ARCH} != sparc64)
PKG_FAIL_REASON=	"${PKGNAME} has not yet been ported to ${MACHINE_ARCH}."
PKG_FAIL_REASON+=	"Please look at /usr/include/${MACHINE_ARCH}/pcb.h"
PKG_FAIL_REASON+=	"and update patches/patch-al appropriately."
PKG_FAIL_REASON+=	"(More information can be found in libgtop.info.)"
. endif
.endif

USE_PERL5=		build
USE_BUILDLINK2=		yes
USE_PKGLOCALEDIR=	yes
USE_X11BASE=		YES
USE_GMAKE=		YES
USE_LIBTOOL=		YES
LIBTOOL_OVERRIDE=	${WRKSRC}/libtool
USE_MAKEINFO=		YES
INFO_FILES=		libgtop.info

# The following flags are for debugging purposes.  They don't need to
# be used unless you are actively developing/debugging libgtop.
#CPPFLAGS+=		-DLIBGTOP_ENABLE_DEBUG -DLIBGTOP_FATAL_WARNINGS
#CFLAGS+=		-g
#LDFLAGS+=		-g

GNU_CONFIGURE=		YES
CONFIGURE_ARGS+=	--with-glib-prefix=${BUILDLINK_PREFIX.glib} \
			--with-catgets --with-libgtop-guile=no
CONFIGURE_ENV+=		AWK="${AWK}" LN_S="${LN} -s" PERL="${PERL5}"

.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"