1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/autotools/Makefile
Tijl Coosemans c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00

29 lines
688 B
Makefile

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= autotools
PORTVERSION= 20130627
CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
# 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= tijl@FreeBSD.org
COMMENT= Autotools meta-port
RUN_DEPENDS= libtoolize:devel/libtool \
autoconf-2.13:devel/autoconf213 \
autoconf>=2.69:devel/autoconf \
automake>=1.15:devel/automake
PLIST_FILES= share/${PORTNAME}
NO_BUILD= yes
NO_FETCH= yes
do-install:
@${ECHO_CMD} "Placeholder file" > ${STAGEDIR}${PREFIX}/${PLIST_FILES}
.include <bsd.port.mk>