[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / meta-pkgs / xfce4

File: [cvs.NetBSD.org] / pkgsrc / meta-pkgs / xfce4 / Makefile.common (download)

Revision 1.32, Tue Jan 23 11:53:46 2007 UTC (17 years, 3 months ago) by martti
Branch: MAIN
Changes since 1.31: +4 -4 lines

Xfce 4.2.4 released

A new bug fix release of Xfce 4.2 is available. This release is supposed to
be the last release for the 4.2 branch. It includes several fixes ported from
the current developpment branch. This release should not be confused with the
upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable
branch.

[1] Xfce 4.4.0 is already in pkgsrc-wip.

# $NetBSD: Makefile.common,v 1.32 2007/01/23 11:53:46 martti Exp $

MASTER_SITES=		http://www.xfce.org/archive/xfce-4.2.4/src/ \
			http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.4/src/

MAINTAINER=		martti@NetBSD.org
HOMEPAGE=		http://www.xfce.org/

XFCE4_VERSION=		4.2.4

# Do NOT put a PKGREVISION statement in this file!

USE_PKGLOCALEDIR=	yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		gmake pkg-config msgfmt

.if ${MACHINE_ARCH} == "alpha"
GCC_REQD+=		3.0
.endif

XFCE4_EGBASE=		${PREFIX}/share/examples/xfce4

.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"

## # Use the latest GNU tar when the native tar is buggy
## .if !empty(MACHINE_PLATFORM:MNetBSD-1.6*)
## BUILD_DEPENDS+=		gtar-base-[0-9]*:../../archivers/gtar-base
## GTAR=			${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
## .endif