mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Convert to USES=autoreconf and INSTALL_TARGET=install-strip
This commit is contained in:
parent
38da09bb48
commit
cd63f4d7bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368487
@ -16,9 +16,9 @@ GH_COMMIT= 012bedf
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USE_AUTOTOOLS= autoconf automake libtoolize
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake bison libtool
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= autoreconf bison gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386 ia64
|
||||
@ -29,15 +29,9 @@ UNITTEST_DESC= Compile with unittest support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpire*.so
|
||||
|
||||
run-autotools:
|
||||
@cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -fi
|
||||
|
||||
.if ${PORT_OPTIONS:MUNITTEST} || defined(PACKAGE_BUILDING)
|
||||
BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit
|
||||
CONFIGURE_ARGS= --with-cppunit-prefix=${LOCALBASE}
|
||||
CONFIGURE_ARGS+=--with-cppunit-prefix=${LOCALBASE}
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check || \
|
||||
|
Loading…
Reference in New Issue
Block a user