pkgsrc/devel/automake14/Makefile
rodent 0fe51336d1 Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00

28 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.22 2013/04/06 20:27:17 rodent Exp $
DISTNAME= automake-1.4-p6
PKGNAME= automake14-1.4.6
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/automake/automake.html
COMMENT= GNU Standards-compliant Makefile generator (old version)
LICENSE= gnu-gpl-v2
DEPENDS+= autoconf213>=2.13:../../devel/autoconf213
CONFLICTS= automake<1.6
#PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
_STRIPFLAG_INSTALL= # none
USE_TOOLS+= makeinfo perl:run
INFO_FILES= yes
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"