pkgsrc/meta-pkgs/xfce4/Makefile.common
martti 9fc7653761 Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
2007-10-30 19:31:38 +00:00

34 lines
930 B
Makefile

# $NetBSD: Makefile.common,v 1.37 2007/10/30 19:31:41 martti Exp $
MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.1/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.xfce.org/
#LICENSE= gnu-gpl-v2
XFCE4_VERSION= 4.4.1
# Do NOT put a PKGREVISION statement in this file!
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
.if ${MACHINE_ARCH} == "alpha"
GCC_REQD+= 3.0
.endif
XFCE4_EGBASE= ${PREFIX}/share/examples/xfce4
.include "../../devel/xfce4-dev-tools/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/glib2/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