pkgsrc-wip/xfce4-thunar/Makefile
Thomas Klausner 53cae12b32 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:53:10 +00:00

31 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2009/07/22 09:53:18 thomasklausner Exp $
.include "../../wip/xfce4/Makefile.common"
XFCE4_VERSION= 0.8.0
DISTNAME= Thunar-${XFCE4_VERSION}
PKGNAME= xfce4-thunar-${XFCE4_VERSION}
PKGREVISION= 1
CATEGORIES= sysutils
COMMENT= Xfce file manager
#DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
PKGCONFIG_OVERRIDE+= thunar-vfs/thunar-vfs-1.pc.in
PKGCONFIG_OVERRIDE+= thunarx/thunarx-1.pc.in
.include "../../devel/GConf/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
.include "../../wip/xfce4-exo/buildlink3.mk"
.include "../../wip/xfce4-panel/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/fam.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"