87c38c8a25
1.7.0: config: remove the xorg-macros pc.in file from EXTRA_DIST doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools 1.6.0: All document generation macros are now available. 1.5.0: There are 3 new macros to help modules manage if/when docs get build in a consistent way. 1.4.2: Two behaviour changes in this minor release: - XORG_INSTALL looks for the INSTALL file in $datadir/util-macros/ instead of $docdir - XORG_CHECK_MALLOC_ZERO doesn't abort when cross-compiling even without an explicit --{en,dis}able-malloc0returnsnull
20 lines
457 B
Makefile
20 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/04/09 09:31:34 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= util-macros-1.7.0
|
|
PKGNAME= xorg-${DISTNAME}
|
|
CATEGORIES= devel x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Xorg autotool macros
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= xorg-macros.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|