998c2601fe
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
15 lines
354 B
Makefile
15 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.17 2009/09/16 01:15:35 reed Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= libxfce4util-${XFCE4_VERSION}
|
|
CATEGORIES= x11
|
|
COMMENT= Xfce basic library
|
|
|
|
PKGCONFIG_OVERRIDE= libxfce4util/libxfce4util-1.0.pc.in
|
|
|
|
MAKE_DIRS+= ${PREFIX}/include/xfce4
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|