xlibs was non-official and experimental. Also include wip/libXau/buildlink3.mk and wip/xextproto/buildlink3.mk. Adds man pages. Remove includes for xproto and xextensions from buildlink3.mk. (Don't depend on X if using this modular X component.)
26 lines
687 B
Makefile
26 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/10/17 19:21:55 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libXext-0.99.0
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://xorg.freedesktop.org/X11R7.0-RC0/lib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X Extension library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= xext.pc.in
|
|
|
|
.include "../../wip/libX11/buildlink3.mk"
|
|
.include "../../wip/libXau/buildlink3.mk" ## configure didn't check for this
|
|
.include "../../wip/xextproto/buildlink3.mk"
|
|
.include "../../wip/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|