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

Annotation of pkgsrc/meta-pkgs/xfce4/Makefile.common, Revision 1.44

1.44    ! cheusov     1: # $NetBSD: Makefile.common,v 1.43 2009/09/16 02:25:34 reed Exp $
1.1       martti      2:
1.42      reed        3: # used by audio/xfce4-mixer/Makefile
                      4: # used by devel/xfce4-dev-tools/Makefile
                      5: # used by devel/xfconf/Makefile
                      6: # used by editors/xfce4-mousepad/Makefile
                      7: # used by graphics/xfce4-icon-theme/Makefile
                      8: # used by print/xfce4-print/Makefile
                      9: # used by sysutils/xfce4-appfinder/Makefile
                     10: # used by sysutils/xfce4-thunar/Makefile
1.43      reed       11: # used by time/xfce4-datetime-plugin/Makefile
1.42      reed       12: # used by time/xfce4-orage/Makefile
                     13: # used by wm/xfce4-wm-themes/Makefile
                     14: # used by wm/xfce4-wm/Makefile
                     15: # used by x11/xfce4-desktop/Makefile
                     16: # used by x11/xfce4-exo/Makefile
                     17: # used by x11/xfce4-gtk2-engine/Makefile
                     18: # used by x11/xfce4-panel/Makefile
                     19: # used by x11/libxfce4gui/Makefile
                     20: # used by x11/libxfce4menu/Makefile
                     21: # used by x11/libxfce4util/Makefile
                     22: # used by x11/xfce4-session/Makefile
                     23: # used by x11/xfce4-settings/Makefile
                     24: # used by x11/xfce4-terminal/Makefile
                     25: # used by x11/xfce4-utils/Makefile
                     26:
                     27: MASTER_SITES=          http://www.xfce.org/archive/xfce-4.6.1/src/
1.34      martti     28: EXTRACT_SUFX=          .tar.bz2
1.1       martti     29:
1.42      reed       30: MAINTAINER=            dieter.NetBSD@pandora.be
1.1       martti     31: HOMEPAGE=              http://www.xfce.org/
1.41      wiz        32: LICENSE=               gnu-gpl-v2
1.1       martti     33:
1.42      reed       34: XFCE4_VERSION=         4.6.1
1.15      martti     35:
                     36: # Do NOT put a PKGREVISION statement in this file!
1.1       martti     37:
1.22      rillig     38: USE_PKGLOCALEDIR=      yes
                     39: USE_LIBTOOL=           yes
                     40: GNU_CONFIGURE=         yes
1.35      joerg      41: USE_TOOLS+=            gmake pkg-config msgfmt perl intltool
1.2       dmcmahil   42:
                     43: .if ${MACHINE_ARCH} == "alpha"
1.8       jlam       44: GCC_REQD+=             3.0
1.2       dmcmahil   45: .endif
1.1       martti     46:
1.30      rillig     47: XFCE4_EGBASE=          ${PREFIX}/share/examples/xfce4
1.24      hira       48:
1.42      reed       49: .include "../../devel/glib2/buildlink3.mk"
                     50: .include "../../x11/gtk2/buildlink3.mk"
1.34      martti     51: .include "../../x11/libSM/buildlink3.mk"
1.20      martti     52:
                     53: ## # Use the latest GNU tar when the native tar is buggy
                     54: ## .if !empty(MACHINE_PLATFORM:MNetBSD-1.6*)
                     55: ## BUILD_DEPENDS+=             gtar-base-[0-9]*:../../archivers/gtar-base
1.44    ! cheusov    56: ## GTAR=                       ${PREFIX}/bin/gtar
1.20      martti     57: ## .endif

CVSweb <webmaster@jp.NetBSD.org>