pkgsrc/x11/libXevie/Makefile
wiz 3e415ce098 Update to 1.0.3.
(I wonder if patch-aa is really needed, and for what.)

This release provides the cleanups and build configuration improvements
that have been made since the last libXevie release in 2006.
2012-06-03 17:41:04 +00:00

37 lines
872 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/06/03 17:41:04 wiz Exp $
#
DISTNAME= libXevie-1.0.3
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Event Interceptor Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config autoconf
PKGCONFIG_OVERRIDE+= xevie.pc.in
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
.endif
pre-configure:
cd ${WRKSRC} && autoconf -f
.include "../../x11/evieext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"