7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
30 lines
714 B
Makefile
30 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.68 2005/08/06 06:19:07 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= automake-1.9.6
|
|
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
|
|
|
|
DEPENDS= autoconf>=2.58:../../devel/autoconf
|
|
|
|
USE_TOOLS+= gm4:run perl:run
|
|
|
|
#PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PLIST_SUBST+= PKG_DIR_VERSION=1.9
|
|
GNU_CONFIGURE= YES
|
|
_STRIPFLAG_INSTALL= # none
|
|
|
|
INFO_FILES= automake.info
|
|
|
|
# doesn't work because buildlink3 hides scripts
|
|
# from autoconf too well
|
|
#TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|