diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-07-27 21:25:07 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-07-27 21:25:07 +0000 |
commit | 98c7441d8aebc3a552cb6a2c4a4b8ec7fee43654 (patch) | |
tree | 41ca3ec6e647f4b293c1b30ac96cc25df0e17a69 /devel/automake14/Makefile | |
parent | baaa46f41cbf4f03d3857ef80f5808a1fc7cd0f6 (diff) | |
download | ports-98c7441d8aebc3a552cb6a2c4a4b8ec7fee43654.tar.gz ports-98c7441d8aebc3a552cb6a2c4a4b8ec7fee43654.zip |
Notes
Diffstat (limited to 'devel/automake14/Makefile')
-rw-r--r-- | devel/automake14/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile deleted file mode 100644 index 6843aa31b1ad..000000000000 --- a/devel/automake14/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> -# $FreeBSD$ - -PORTNAME= automake -PORTVERSION= 1.4.6 -PORTREVISION= 8 -CATEGORIES= devel -MASTER_SITES= GNU -PKGNAMESUFFIX= 14 -DISTNAME= automake-1.4-p6 - -# note: before committing to this port, contact portmgr to arrange for an -# experimental ports run. Untested commits may be backed out at portmgr's -# discretion. -MAINTAINER= autotools@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (legacy 1.4) - -DEPRECATED= Not used in the ports tree anymore -EXPIRATION_DATE= 2015-07-21 - -RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ - automake-wrapper:${PORTSDIR}/devel/automake-wrapper - -USE_AUTOTOOLS= autoconf:env -BUILD_VERSION= 1.4 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -USES= cpe makeinfo perl5 -GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -INFO= automake-${BUILD_VERSION} -CPE_VENDOR= gnu - -STRIP= # none - -post-patch: - @${MV} ${WRKSRC}/automake.texi ${WRKSRC}/automake-${BUILD_VERSION}.texi - -.include <bsd.port.mk> |