blob: 38058b48a2e561c22abdd1ab4748aa8e191ef874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 2009/08/26 19:57:00 sno Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 1.0.0
DISTNAME= xfce4-screenshooter-plugin-${XFCE4_VERSION}
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-screenshooter-plugin/
COMMENT= Xfce screenshot plugin
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|