mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- remove gmake dependency
- bump PORTREVISION PR: ports/179933 Submitted by: Tijl Coosemans tijl@
This commit is contained in:
parent
a344b454d8
commit
f487a1fbd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322369
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= serf
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
MASTER_SITE_SUBDIR= db
|
||||
@ -13,26 +14,27 @@ COMMENT= Serf HTTP client library
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PROJECTHOST= serf
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix
|
||||
USES= pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \
|
||||
--with-apr-util=${LOCALBASE}/bin/apu-1-config
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/serf.pc.in
|
||||
@${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/serf.pc.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
check:
|
||||
@cd ${WRKSRC}/ && ${MAKE} check
|
||||
regression-test:
|
||||
@(cd ${WRKSRC} && ${MAKE} check)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user