1f57bbd43c
Alan Coopersmith (1): XORG_COMPILER_FLAGS: Add -Wlogical-op to default warning set Arnaud Fontaine (1): Add XORG_WITH_M4 macro Gaetan Nadon (3): Bump minimum Autoconf required version to 2.62 Provide the automake INSTALL file at level 1.11 Version bump: 1.19.0 Hans de Goede (1): XORG_PROG_RAWCPP: Add TRADITIONALCPPFLAGS
18 lines
436 B
Makefile
18 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.12 2014/03/31 08:35:18 wiz Exp $
|
|
|
|
DISTNAME= util-macros-1.19.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
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= xorg-macros.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|