pkgsrc/devel/automake/Makefile
wiz 30b6237d5f Recognize newer python versions. Fixed in upstream git, slightly differently.
PKGREVISION++

While here, add comment to patch and please pkglint.
2010-10-17 00:39:32 +00:00

31 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.76 2010/10/17 00:39:32 wiz Exp $
#
DISTNAME= automake-1.11.1
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
ftp://sources.redhat.com/pub/automake/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/automake/automake.html
COMMENT= GNU Standards-compliant Makefile generator
LICENSE= gnu-gpl-v2
DEPENDS+= autoconf>=2.62:../../devel/autoconf
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gm4:run perl:run
PLIST_SUBST+= PKG_DIR_VERSION=1.11
GNU_CONFIGURE= YES
_STRIPFLAG_INSTALL= # none
INFO_FILES= YES
# doesn't work because buildlink3 hides scripts
# from autoconf too well
#TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"