mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
security/libgpg-error: drop gmake, MAKE_JOBS_UNSAFE, add "make test"
- Remove gmake dependency - Remove MAKE_JOBS_UNSAFE - Add "make test" functionality Submitted by: Daniel Engberg Differential Revision: https://reviews.freebsd.org/D23134
This commit is contained in:
parent
e70a47755a
commit
31a8cd50a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523119
@ -14,24 +14,26 @@ LICENSE_COMB= multi
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
USES= gmake libtool tar:bzip2
|
||||
USES= libtool tar:bzip2
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
CPP+= -P
|
||||
CONFIGURE_ARGS= --enable-static=yes
|
||||
INSTALL_TARGET= install-strip
|
||||
DOCS= AUTHORS ChangeLog NEWS README
|
||||
INFO= gpgrt
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
OPTIONS_DEFINE= DOCS NLS TEST
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} --with-libintl-prefix=${LOCALBASE}
|
||||
NLS_USES= gettext iconv
|
||||
|
||||
TEST_CONFIGURE_ENABLE= tests
|
||||
TEST_TARGET= check
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user