[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / libXScrnSaver

File: [cvs.NetBSD.org] / pkgsrc / x11 / libXScrnSaver / Makefile (download)

Revision 1.8, Tue Oct 23 10:24:18 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.7: +1 -2 lines

Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).

# $NetBSD: Makefile,v 1.8 2012/10/23 10:24:18 wiz Exp $
#

DISTNAME=		libXScrnSaver-1.2.2
CATEGORIES=		x11
MASTER_SITES=		${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		joerg@NetBSD.org
HOMEPAGE=		http://xorg.freedesktop.org/
COMMENT=		X11 Screen Saver Library

PKG_INSTALLATION_TYPES=	overwrite pkgviews
PKG_DESTDIR_SUPPORT=	user-destdir

CONFLICTS+=		scrnsaverproto<1.2.0

USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		pkg-config

PKGCONFIG_OVERRIDE+=	xscrnsaver.pc.in

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+=	--disable-malloc0returnsnull
.endif

.include "../../meta-pkgs/modular-xorg/hacks.mk"

.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
BUILDLINK_API_DEPENDS.scrnsaverproto+=	scrnsaverproto>=1.2.0
.include "../../x11/scrnsaverproto/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"