blob: adfe16ad4698eea161e65036531426fa2c6591a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.24 2012/07/15 08:23:00 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.8.0
DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION}
PKGREVISION= 10
CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-clipman-plugin/
COMMENT= Xfce clipboard plugin
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|