blob: 78c635e916e55cfcc0f2f7c0bdc1078068b0a87d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.39 2020/08/17 20:20:39 leot Exp $
PKGREVISION= 5
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 1.9.7
DISTNAME= xfce4-screenshooter-${VERSION}
CATEGORIES= misc
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
HOMEPAGE= https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
COMMENT= Xfce screenshoot application
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../x11/xfce4-exo/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|