pkgsrc/x11/libXxf86misc/Makefile
wiz 31811e31d0 Update to 1.0.3:
This minor maintenance release provides the usual recent set of misc. cleanups
and build configuration improvements.
2012-06-03 17:48:28 +00:00

34 lines
830 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/06/03 17:48:28 wiz Exp $
#
DISTNAME= libXxf86misc-1.0.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Library for the XFree86-Misc X extension
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xxf86misc.pc.in
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
.endif
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xf86miscproto/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"