blob: 272a114993f67ee30b0351c1012c361da48462ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.14 2011/11/01 06:03:14 sbd Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 4.6.0
DISTNAME= xfce4-dev-tools-${XFCE4_VERSION}
PKGREVISION= 5
CATEGORIES= devel
COMMENT= Xfce development tools
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= bash:run
REPLACE_BASH+= scripts/xdt-commit
MAKE_DIRS+= ${PREFIX}/share/xfce4
.include "../../mk/bsd.pkg.mk"
|