21 lines
438 B
Makefile
21 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.13 2011/04/22 13:45:19 obache Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
XFCE4_VERSION= 4.6.0
|
|
DISTNAME= xfce4-dev-tools-${XFCE4_VERSION}
|
|
PKGREVISION= 4
|
|
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"
|