pkgsrc changes: - adjust bl3. Upstream changes: 4.8.2 ===== - Change the version string to 4.8. - Fixed incorrect assertion in xfce_strjoin (bug #7122). - Fix "empty declaration" compiler warnings. - Update FSF address and add missing licenses. - Fix undef in libxfce4util.h header. - Remove the internal slice allocator macros. - Use chain to free slice instead of a loop. - Translation updates (ko, ru, sk, zh_CN, nl).
19 lines
423 B
Makefile
19 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/02/19 16:49:33 guigui2 Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../wip/xfce48/Makefile.common"
|
|
|
|
DISTNAME= libxfce4util-${XFCE4_VERSION}
|
|
XFCE4_VERSION= 4.8.2
|
|
CATEGORIES= x11
|
|
COMMENT= Xfce basic library
|
|
|
|
XFCE4_PROJECT= libxfce4util
|
|
XFCE4_BRANCH= 4.8
|
|
|
|
PKGCONFIG_OVERRIDE= libxfce4util/libxfce4util-1.0.pc.in
|
|
|
|
MAKE_DIRS+= ${PREFIX}/include/xfce4
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|