pkgsrc/x11/libXrandr/Makefile
wiz e65cc44ae0 Update to 1.3.2.
1.3.2:
This minor maintenance release mainly makes the man pages less sucky.
The build configuration was also made to suck a little less too.

1.3.1:
This release includes several fixes to the error handling paths
in the library, as well as the usual set of recent build configuration
improvements and janitorial cleanups.
2012-06-03 17:44:51 +00:00

37 lines
893 B
Makefile

# $NetBSD: Makefile,v 1.10 2012/06/03 17:44:51 wiz Exp $
#
DISTNAME= libXrandr-1.3.2
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X RandR Library from X.org
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= Xrandr-[0-9]*
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
PKGCONFIG_OVERRIDE+= xrandr.pc.in
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --disable-malloc0returnsnull
.endif
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"