summaryrefslogtreecommitdiff
path: root/x11/xfce4-exo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce4-exo/Makefile')
-rw-r--r--x11/xfce4-exo/Makefile27
1 files changed, 22 insertions, 5 deletions
diff --git a/x11/xfce4-exo/Makefile b/x11/xfce4-exo/Makefile
index 576a42b2f93..face0e7026d 100644
--- a/x11/xfce4-exo/Makefile
+++ b/x11/xfce4-exo/Makefile
@@ -1,28 +1,45 @@
-# $NetBSD: Makefile,v 1.8 2009/08/26 19:57:02 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/09/16 01:15:35 reed Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
-XFCE4_VERSION= 0.3.4
+XFCE4_VERSION= 0.3.101
DISTNAME= exo-${XFCE4_VERSION}
PKGNAME= xfce4-exo-${XFCE4_VERSION}
-PKGREVISION= 5
CATEGORIES= x11
COMMENT= Xfce extension library
DEPENDS+= p5-URI>=0:../../www/p5-URI
+PKGCONFIG_OVERRIDE+= exo/exo-0.3.pc.in exo-hal/exo-hal-0.3.pc.in
+
PKG_SYSCONFSUBDIR= xdg/xfce4
EGDIR= ${XFCE4_EGBASE}
-CONF_FILES= ${EGDIR:Q}/helpers.rc ${PKG_SYSCONFDIR:Q}/helpers.rc
+
+MAKE_DIRS+= ${SYSCONFDIR}
+MAKE_DIRS+= ${EGDIR} ${PREFIX}/share/xfce4 ${PREFIX}/share/xfce4/doc
+.for f in C es fr id ja pt_BR tr
+MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/${f}
+MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/${f}/images
+.endfor
+
+CONF_FILES= ${EGDIR}/helpers.rc ${PKG_SYSCONFDIR}/helpers.rc
OWN_DIRS+= ${EGDIR}
+PY_PATCHPLIST= yes
+
.include "options.mk"
+BUILDLINK_API_DEPENDS.libnotify+= libnotify>=0.4.0
+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../x11/libxfce4util/buildlink3.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"