mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
add missing depends
Noted by: kris
This commit is contained in:
parent
00b7f4ca34
commit
ed868c761f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70636
2 changed files with 8 additions and 6 deletions
|
@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -19,12 +21,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
|
||||
MAN1= httperf.1
|
||||
|
||||
post-install:
|
||||
${CHMOD} 750 ${PREFIX}/bin/httperf
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ChangeLog NEWS README TODO
|
||||
@${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -19,12 +21,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
|
||||
MAN1= httperf.1
|
||||
|
||||
post-install:
|
||||
${CHMOD} 750 ${PREFIX}/bin/httperf
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ChangeLog NEWS README TODO
|
||||
@${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue