freebsd-ports/devel/automake14/Makefile
Ade Lovett 8dab0b4e49 Eliminate file conflicts with devel/automake
Add ${PREFIX}/libexec/automake14/* links

PR:		36077
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-07-09 22:51:45 +00:00

41 lines
1,012 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
PORTREVISION= 1
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
post-patch:
@-${RM} ${WRKSRC}/*.info* ${WRKSRC}/*.dvi
${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake14.texi
pre-configure:
${PERL} -pi -e "s^%%X11BASE%%^${X11BASE}^" ${WRKSRC}/aclocal.in
post-install:
@-${RM} -fr ${PREFIX}/libexec/automake14
@${MKDIR} ${PREFIX}/libexec/automake14
.for i in aclocal automake
@${LN} -s ../../bin/${i}14 ${PREFIX}/libexec/automake14/${i}
.endfor
@install-info ${PREFIX}/info/automake14.info ${PREFIX}/info/dir
.include <bsd.port.mk>