blob: cb4386d94919104bf77a08371d069a8629d4259f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.21 2001/08/27 11:04:22 hubertf Exp $
# FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp
#
DISTNAME= automake-1.4-p5
PKGNAME= ${DISTNAME:C/-p/./}nb1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
HOMEPAGE= http://www.gnu.org/software/automake/automake.html
COMMENT= GNU Standards-compliant Makefile generator
DEPENDS= autoconf>=2.13:../../devel/autoconf
USE_PERL5= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ENV= PERL=${PERL5}
STRIPFLAG= # none
INFO_FILES= automake.info
.include "../../mk/bsd.pkg.mk"
|