aboutsummaryrefslogtreecommitdiff
path: root/devel/automake/Makefile
blob: ece5cb75e527ebacd412536b48f20c2e79e11d21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	automake
# Version required:	1.2
# Date created:		15 March 1997
# Whom:			FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
# $Id: Makefile,v 1.3 1997/06/13 20:01:42 max Exp $
#

DISTNAME=	automake-1.2
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNU}

MAINTAINER=	fujimoto@oscar.elec.waseda.ac.jp

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	PERL=/usr/bin/perl

post-install:
	@ ${RM} -f ${PREFIX}/info/automake.info-1
	@ ${RM} -f ${PREFIX}/info/automake.info-2

.include <bsd.port.mk>