pkgsrc/x11/libXfixes/Makefile

31 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/09/10 18:46:08 joerg Exp $
#
DISTNAME= libXfixes-4.0.5
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Xfixes library and extension of X RandR from modular X.org
LICENSE= mit
CONFLICTS+= Xfixes-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
PKGCONFIG_OVERRIDE+= xfixes.pc.in
# needs version 4 which defines xXFixesHideCursorReq
BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=4
.include "../../x11/fixesproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"