Prune devel/py-EnthoughtBase
[dports.git] / devel / autotools / Makefile
1 # Created by: Ade Lovett <ade@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       autotools
5 PORTVERSION=    20130627
6 CATEGORIES=     devel
7 MASTER_SITES=   # none
8 DISTFILES=      # none
9
10 # note: before committing to this port, contact portmgr to arrange for an
11 # experimental ports run.  Untested commits may be backed out at portmgr's
12 # discretion.
13 MAINTAINER=     tijl@FreeBSD.org
14 COMMENT=        Autotools meta-port
15
16 RUN_DEPENDS=    libtoolize:${PORTSDIR}/devel/libtool \
17                 autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
18                 autoconf-2.69:${PORTSDIR}/devel/autoconf \
19                 automake-1.15:${PORTSDIR}/devel/automake
20
21 PLIST_FILES=    share/${PORTNAME}
22 NO_BUILD=       yes
23 NO_FETCH=       yes
24
25 do-install:
26         @${ECHO_CMD} "Placeholder file" > ${STAGEDIR}${PREFIX}/${PLIST_FILES}
27
28 .include <bsd.port.mk>