also adding the implicit package xfce4-thunar. This explains why i couldn't find the xfce4 mounts as specified by pkg/40934.
20 lines
550 B
Makefile
20 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/11/05 20:15:40 reinoud Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 0.2.0
|
|
|
|
DISTNAME= thunar-volman-${XFCE4_VERSION}
|
|
PKGNAME= ${DISTNAME:S/thunar/xfce4/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://goodies.xfce.org/releases/thunar-volman/
|
|
COMMENT= Thunar volume manager
|
|
|
|
|
|
.include "../../x11/xfce4-exo/buildlink3.mk"
|
|
.include "../../sysutils/xfce4-thunar/buildlink3.mk"
|
|
.include "../../sysutils/hal/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|