e405732dc7
Require macros 1.3 for XORG_DEFAULT_OPTIONS libXxf86vm 1.1.0 Requires xf86vidmodeproto >= 2.2.99.1 Add README with pointers to mailing list, bugzilla & git repos Janitor: ansification, make distcheck, compiler warnings, .gitignore. Move the xf86vmode.h header from the proto package to here. Include xf86vmproto instead of xf86vmstr.h libXxf86vm 1.0.99.1
35 lines
854 B
Makefile
35 lines
854 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/01/15 18:23:46 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= libXxf86vm-1.1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Library for the XFree86-VidMode X extension
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xxf86vm.pc.in
|
|
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
|
|
|
|
.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/xf86vidmodeproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|