19 lines
453 B
Makefile
19 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.16 1999/04/14 21:39:02 tron Exp $
|
|
# FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp
|
|
#
|
|
|
|
DISTNAME= automake-1.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
|
|
|
|
MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
|
|
HOMEPAGE= http://www.gnu.org/software/automake/automake.html
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= PERL=${PREFIX}/bin/perl
|
|
STRIPFLAG= # none
|
|
|
|
USE_PERL5= yes
|
|
USE_GTEXINFO= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|