aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autotools/Makefile
blob: 748ec7da18c7e912d400afbbd3cfd39ef6ff3fc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    autotools
# Date created:             14th April 2007
# Whom:                 Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   autotools
PORTVERSION=    20070417
CATEGORIES= devel
MASTER_SITES=   # none
DISTFILES=  # none

MAINTAINER= ade@FreeBSD.org
COMMENT=    Autotools meta-port

RUN_DEPENDS=    libtool:${PORTSDIR}/devel/libtool15

PLIST_FILES=    share/${PORTNAME}
NO_BUILD=   yes
NO_FETCH=   yes

AVAIL_AUTOCONF= 2.13 2.53 2.59 2.61
AVAIL_AUTOMAKE= 1.4 1.5 1.6 1.7 1.8 1.9 1.10

.for VER in ${AVAIL_AUTOCONF}
RUN_DEPENDS+=   autoconf-${VER}:${PORTSDIR}/devel/autoconf${VER:C/\.//}
.endfor

.for VER in ${AVAIL_AUTOMAKE}
RUN_DEPENDS+=   automake-${VER}:${PORTSDIR}/devel/automake${VER:C/\.//}
.endfor

do-install:
    @${ECHO_CMD} "Placeholder file" > ${PREFIX}/${PLIST_FILES}

.include <bsd.port.mk>