aboutsummaryrefslogtreecommitdiff
path: root/devel/automake18/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-10-15 17:32:46 +0000
committerAde Lovett <ade@FreeBSD.org>2004-10-15 17:32:46 +0000
commit0d9fe4811f987a0cff0fe98480e7b26184666e95 (patch)
treef24ed429fff662967d34d764b12e0646e209ba27 /devel/automake18/Makefile
parent5289b86d400c0a8728751663ae76cca1dec1135f (diff)
Notes
Diffstat (limited to 'devel/automake18/Makefile')
-rw-r--r--devel/automake18/Makefile56
1 files changed, 0 insertions, 56 deletions
diff --git a/devel/automake18/Makefile b/devel/automake18/Makefile
deleted file mode 100644
index c1dae6851674..000000000000
--- a/devel/automake18/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: automake18
-# Date created: 15 Feb 2003
-# Whom: Udo Schweigert
-#
-# $FreeBSD$
-#
-
-PORTNAME= automake
-PORTVERSION= 1.8.5
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= automake
-DISTNAME= automake-${PORTVERSION}
-
-MAINTAINER= ade@FreeBSD.org
-COMMENT= GNU Standards-compliant Makefile generator (version 1.8)
-
-DEPRECATED= Please use devel/automake19 instead
-
-WANT_AUTOCONF_VER=259
-WANT_AUTOCONF_RUN=yes
-BUILD_VERSION= 18
-PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
-LATEST_LINK= automake${BUILD_VERSION}
-USE_BZIP2= yes
-USE_PERL5= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= AUTOCONF=autoconf259 AUTOHEADER=autoheader259 MAKEINFO=makeinfo
-CONFIGURE_ARGS= --program-suffix=${BUILD_VERSION}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_REINPLACE= yes
-INFO= automake${BUILD_VERSION}
-
-post-patch:
- @(cd ${WRKSRC}/doc && \
- ${RM} -f *.info && \
- ${MV} automake.texi automake${BUILD_VERSION}.texi && \
- ${REINPLACE_CMD} -E 's,(automake)\.(info),\1${BUILD_VERSION}\.\2,g' automake${BUILD_VERSION}.texi && \
- ${REINPLACE_CMD} -E 's,(automake)\.(info|texi),\1${BUILD_VERSION}\.\2,g' Makefile.in \
- )
- @${REINPLACE_CMD} -e 's,%%X11BASE%%,${X11BASE},g' ${WRKSRC}/aclocal.in
-
-pre-install:
- @${RM} -fr ${PREFIX}/share/automake${BUILD_VERSION}
- @${MKDIR} ${PREFIX}/share/automake${BUILD_VERSION}
- @${MKDIR} ${PREFIX}/share/aclocal${BUILD_VERSION}
- @${MKDIR} ${PREFIX}/libexec/automake${BUILD_VERSION}
-
-post-install:
-.for i in aclocal automake
- @${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} \
- ${PREFIX}/libexec/automake${BUILD_VERSION}/${i}
-.endfor
-
-.include <bsd.port.mk>