d96a5958ee
xarchiver is no longer part of xfce (for years), and the package name and location makes it difficult to find. match other package managers.
19 lines
634 B
Makefile
19 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.22 2021/06/13 08:15:50 nia Exp $
|
|
|
|
PKGREVISION= 11
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= thunar-archive-plugin-0.4.0
|
|
PKGNAME= xfce4-${DISTNAME}
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.4/
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= https://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin
|
|
COMMENT= Thunar archive plugin
|
|
|
|
DEPENDS= xarchiver-[0-9]*:../../archivers/xarchiver
|
|
|
|
.include "../../sysutils/xfce4-thunar/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|