d70523df21
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
19 lines
501 B
Makefile
19 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:48 wiz Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 0.5.2
|
|
|
|
DISTNAME= xarchiver-${XFCE4_VERSION}
|
|
PKGNAME= xfce4-xarchiver-${XFCE4_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xarchiver/}
|
|
COMMENT= Xfce archiver handler
|
|
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|