1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Add license information (GPLv3)

- Make portlint happier
This commit is contained in:
Martin Matuska 2011-03-21 21:01:55 +00:00
parent 2441e3f131
commit 528d613757
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271432
2 changed files with 7 additions and 3 deletions

View File

@ -13,6 +13,8 @@ MASTER_SITES= http://www.phoronix-test-suite.com/releases/
MAINTAINER= mm@FreeBSD.org
COMMENT= Phoronix Benchmarking Suite
LICENSE= GPLv3
OPTIONS= BASH_COMPLETIONS "Install bash completions" off \
X11 "Install X11 icons and mimetypes" on
@ -72,10 +74,10 @@ post-install:
.for FILE in ${DOCFILES1}
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE}
.endfor
.for FILE in ${DOCFILES2}
.for FILE in ${DOCFILES2}
@${INSTALL_DATA} ${WRKSRC}/documentation/${FILE} ${DOCSDIR}/${FILE}
.endfor
.for DIR in html_sections includes
.for DIR in html_sections includes
@${CP} -rf ${WRKSRC}/documentation/${DIR} ${DOCSDIR}
.endfor
@${ECHO_MSG} "===> Docs installed in ${DOCSDIR}."

View File

@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= mm@FreeBSD.org
COMMENT= Benchmark SMTP/POP servers
LICENSE= GPLv3
OPTIONS= SSL "Build with OpenSSL support" on
USE_OPENSSL= yes
@ -37,6 +39,6 @@ CONFIGURE_ARGS+= --disable-openssl
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.include <bsd.port.post.mk>