blob: aba59bc175a0edc4537a1c7b45f0eb5b45d35fe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.25 2013/06/06 12:53:56 wiz Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 1.0.0
DISTNAME= xfce4-places-plugin-${XFCE4_VERSION}
PKGREVISION= 21
CATEGORIES= x11
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-places-plugin/
COMMENT= Xfce Places plugin
.include "../../sysutils/xfce4-thunar/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|