c6287b2b53
while there, put common things in Makefile.inc bump revs according to discrepancies in COMMENT and in @conflict
31 lines
750 B
Makefile
31 lines
750 B
Makefile
# $OpenBSD: Makefile,v 1.15 2012/06/25 15:45:14 espie Exp $
|
|
|
|
VERSION= 1.8
|
|
DISTNAME= automake-${VERSION}.5
|
|
REVISION= 6
|
|
PKGSPEC = automake->=${VERSION},<1.9
|
|
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS}
|
|
|
|
SUFFIX= -${VERSION}
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV += AUTOCONF_VERSION=${AUTOCONF_VERSION}
|
|
MAKE_FLAGS+= MAKEINFO="makeinfo --no-split" \
|
|
pkgvdatadir=${PREFIX}/share/automake${SUFFIX} \
|
|
APIVERSION=${VERSION}
|
|
|
|
REGRESS_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
|
devel/libtool
|
|
REGRESS_FLAGS= AUTOCONF_VERSION=${AUTOCONF_VERSION}
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/doc/automake.texi
|
|
|
|
post-install:
|
|
cd ${PREFIX}/info && mv automake.info automake${SUFFIX}.info
|
|
|
|
.include <bsd.port.mk>
|