update Sat May 15 06:37:01 PDT 2010
[pkgsrc.git] / x11 / libXxf86dga / Makefile
1 # $NetBSD: Makefile,v 1.7 2010/01/15 18:26:41 tnn Exp $
2 #
3
4 DISTNAME=               libXxf86dga-1.1.1
5 CATEGORIES=             x11
6 MASTER_SITES=           ${MASTER_SITE_XORG:=lib/}
7 EXTRACT_SUFX=           .tar.bz2
8
9 MAINTAINER=             joerg@NetBSD.org
10 HOMEPAGE=               http://xorg.freedesktop.org/
11 COMMENT=                Library for the XFree86-DGA X extension
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_LIBTOOL=            yes
16 USE_TOOLS+=             pkg-config
17 GNU_CONFIGURE=          yes
18
19 CONFIGURE_ENV+=         LIB_MAN_SUFFIX=3
20
21 PKGCONFIG_OVERRIDE+=    xxf86dga.pc.in
22
23 .include "../../mk/bsd.prefs.mk"
24
25 .if ${OPSYS} == "NetBSD"
26 CONFIGURE_ARGS+=        --disable-malloc0returnsnull
27 .endif
28
29 .include "../../x11/libX11/buildlink3.mk"
30 .include "../../x11/libXext/buildlink3.mk"
31 .include "../../x11/xextproto/buildlink3.mk"
32 .include "../../x11/xf86dgaproto/buildlink3.mk"
33
34 .include "../../mk/bsd.pkg.mk"