Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / devel / automake / Makefile
blobbad20a33bd697c1efca444187f50cc89a81b4e9b
1 # $NetBSD: Makefile,v 1.90 2012/12/16 10:41:11 wiz Exp $
4 # Note: when the minor version changes (e.g. 1.11 -> 1.12)
5 # emulators/b-em/hacks.mk needs to be updated for the new version.
6 # Please do so when updating automake as otherwise pbulk will choke.
7 # (It should be safe to make the change blindly.)
9 DISTNAME= automake-1.13.1
10 CATEGORIES= devel
11 MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
12 ftp://sources.redhat.com/pub/automake/
13 EXTRACT_SUFX= .tar.xz
15 MAINTAINER= wiz@NetBSD.org
16 HOMEPAGE= http://www.gnu.org/software/automake/automake.html
17 COMMENT= GNU Standards-compliant Makefile generator
18 LICENSE= gnu-gpl-v2
20 DEPENDS+= autoconf>=2.62:../../devel/autoconf
22 USE_TOOLS+= gm4:run perl:run
24 PLIST_SUBST+= PKG_DIR_VERSION=1.13
25 GNU_CONFIGURE= YES
26 _STRIPFLAG_INSTALL= # none
27 INFO_FILES= YES
28 REPLACE_PERL= lib/tap-driver.pl
30 # doesn't work because buildlink3 hides scripts
31 # from autoconf too well
32 #TEST_TARGET= check
34 .include "../../mk/bsd.pkg.mk"