1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/automake14/Makefile
David E. O'Brien 4c62b5b73b This was repo copied from the 'automake' port to give us a legacy
version.  automake14 can live beside the latest 'automake', and is invoked
specifically as 'automake14'.
2001-10-27 17:09:17 +00:00

32 lines
702 B
Makefile

# New ports collection makefile for: automake
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
# $FreeBSD$
#
PORTNAME= automake14
PORTVERSION= 1.4.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
DISTNAME= automake-1.4-p5
MAINTAINER= portmgr@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=${PERL5}
CONFIGURE_ARGS= --program-suffix=14 --datadir=${PREFIX}/share/automake14
USE_PERL5= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
STRIP= # none
pre-configure:
${PERL} -pi -e "s^%%X11BASE%%^${X11BASE}^" ${WRKSRC}/aclocal.in
post-install:
@install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>