blob: e81ef9edf957068cbbdbf3f5d5029f3e671b13d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.12 1998/04/17 09:37:22 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp
#
DISTNAME= automake-1.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=${PREFIX}/bin/perl
STRIPFLAG= # none
USE_GTEXINFO= yes
.include "../../mk/bsd.pkg.mk"
|