espie bb921d2165 use AUTOCONF_ENV and add correct env variables, so that those ports work
even if /usr/local is not part of the builder's path.
2018-08-10 10:19:18 +00:00

37 lines
637 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.17 2018/08/10 10:19:18 espie Exp $
COMMENT= C library for manipulating tar files
GH_ACCOUNT= tklauser
GH_PROJECT= libtar
GH_TAGNAME= v1.2.20
SHARED_LIBS= tar 0.1 # unknown
CATEGORIES= archivers devel
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c z
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
# XXX no tls without pthread
CONFIGURE_ENV += ac_cv_tls=none
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.11
NO_TEST= Yes
pre-configure:
cd ${WRKSRC} && ${AUTOCONF_ENV} autoreconf --force --install
.include <bsd.port.mk>