pkgsrc/devel/makedepend/Makefile
wiz a964c4174f Update to 1.0.3:
makedepend 1.0.3

    config: upgrade to util-macros 1.8 for additional man page support

    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.

    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.

    config: update AC_PREREQ statement to 2.60

    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.

    Convert testcase from bug 28045 into automake "make check" test

    Bug 28045 - makedepend fails on directory named like an include file
2010-12-02 14:46:39 +00:00

21 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/12/02 14:46:39 wiz Exp $
#
DISTNAME= makedepend-1.0.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Dependency generator for make
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"