|
Lines 15-26
Link Here
|
| 15 |
MAINTAINER= ade@FreeBSD.org |
15 |
MAINTAINER= ade@FreeBSD.org |
| 16 |
COMMENT= Automatically configure source code on many Un*x platforms (version 2.53) |
16 |
COMMENT= Automatically configure source code on many Un*x platforms (version 2.53) |
| 17 |
|
17 |
|
| 18 |
DEPRECATED= Please use devel/autoconf259 instead |
|
|
| 19 |
|
| 20 |
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |
18 |
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |
| 21 |
help2man:${PORTSDIR}/misc/help2man |
19 |
help2man:${PORTSDIR}/misc/help2man |
| 22 |
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 |
20 |
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 |
| 23 |
|
21 |
|
|
|
22 |
DEPRECATED= Please use devel/autoconf259 instead |
| 23 |
|
| 24 |
BUILD_VERSION= 253 |
24 |
BUILD_VERSION= 253 |
| 25 |
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} |
25 |
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} |
| 26 |
LATEST_LINK= autoconf${BUILD_VERSION} |
26 |
LATEST_LINK= autoconf${BUILD_VERSION} |
|
Lines 40-45
Link Here
|
| 40 |
MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ |
40 |
MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \ |
| 41 |
autoupdate config.guess config.sub ifnames |
41 |
autoupdate config.guess config.sub ifnames |
| 42 |
MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} |
42 |
MAN1= ${MAN1_PAGES:S/$/${BUILD_VERSION}.1/g} |
|
|
43 |
INFO= autoconf${BUILD_VERSION} standards${BUILD_VERSION} |
| 43 |
|
44 |
|
| 44 |
post-patch: |
45 |
post-patch: |
| 45 |
@(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) |
46 |
@(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure) |