3ae77eca87
Alan Coopersmith (2): Update check for manpage section numbers to not rely on Solaris version Version bump: 1.19.2 Emil Velikov (2): Rework CHANGELOG_CMD to touch/echo >&2 only as needed Rework INSTALL_CMD to touch/echo >&2 only as needed
18 lines
436 B
Makefile
18 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.14 2018/03/05 09:22:37 wiz Exp $
|
|
|
|
DISTNAME= util-macros-1.19.2
|
|
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"
|