263d5251ea
Actually use XORG_DEFAULT_OPTIONS Include Xxf86dga.h, not xf86dga. libXxf86dga 1.1.1 Rename xf86dga.h to Xxf86dga.h Bump to 1.0.99.2 Requires xf86dgaproto >= 2.0.99.1 Add README with pointers to mailing list, bugzilla & git repos Replace static ChangeLog with dist-hook to generate from git log nuke RCS Ids Janitor: make distcheck and .gitignore. Move Xlib headers from xf86dgaproto to here. Bump to 1.0.99.1
34 lines
785 B
Makefile
34 lines
785 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/01/15 18:26:41 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= libXxf86dga-1.1.1
|
|
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-DGA X extension
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
|
|
|
|
PKGCONFIG_OVERRIDE+= xxf86dga.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/xf86dgaproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|