blob: c4b7e23c92a149b02c032f6b2dc35ee282390900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.48 2021/12/08 16:04:08 adam Exp $
PKGREVISION= 1
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 4.16.0
DISTNAME= xfce4-dev-tools-${VERSION}
CATEGORIES= devel
MASTER_SITES= https://archive.xfce.org/src/xfce/xfce4-dev-tools/${VERSION:R}/
HOMEPAGE= http://users.xfce.org/~benny/projects/xfce4-dev-tools/
COMMENT= Xfce development tools
USE_TOOLS+= bash:run
REPLACE_BASH+= helpers/xfce-build helpers/xfce-do-release
REPLACE_BASH+= helpers/xfce-get-release-notes
REPLACE_BASH+= helpers/xfce-get-translations helpers/xfce-update-news
GNU_CONFIGURE= yes
MAKE_DIRS+= ${PREFIX}/share/xfce4
.include "../../mk/bsd.pkg.mk"
|