b152239cc1
1.1: Just one more change, the requirement of xorg-macros 1.3. 1.0.99.1: Most notable change the addition of Xinerama.h and panoramiXext.h. Both files were previously part of xineramaproto and were moved here. Requires xineramaproto 1.1.99.1 or higher.
33 lines
804 B
Makefile
33 lines
804 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/04/09 08:43:00 tnn Exp $
|
|
|
|
DISTNAME= libXinerama-1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X PanoramiX extension library
|
|
|
|
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+= xinerama.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/xextproto/buildlink3.mk"
|
|
.include "../../x11/xineramaproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|