Index: head/benchmarks/phoronix-test-suite/Makefile =================================================================== --- head/benchmarks/phoronix-test-suite/Makefile (revision 271431) +++ head/benchmarks/phoronix-test-suite/Makefile (revision 271432) @@ -1,84 +1,86 @@ # New ports collection makefile for: phoronix # Date created: Jul 1, 2009 # Whom: Kris Moore # # $FreeBSD$ # PORTNAME= phoronix-test-suite PORTVERSION= 3.0.1 CATEGORIES= benchmarks 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 USE_PHP= zip json openssl gd zlib pcntl posix curl USE_PHP_BUILD= yes WANT_PHP_CLI= yes USE_GZIP= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/phoronix-test-suite MAN1= phoronix-test-suite.1 PORTDOCS= * DOCFILES1= CHANGE-LOG COPYING AUTHORS DOCFILES2= phoronix-test-suite.pdf specifications_xml_test.html \ specifications_xml_download.html writing_your_first_module.html \ specifications_xml_suite.html writing_your_first_test.html .include .if !defined(WITHOUT_X11) X11_DEPENDS= ${LOCALBASE}/bin/xdg-mime:${PORTSDIR}/devel/xdg-utils \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info BUILD_DEPENDS+= ${X11_DEPENDS} RUN_DEPENDS+= ${X11_DEPENDS} PLIST_SUB+= X11="" .else INSTALL_OPTS= WITHOUT_X11=yes PLIST_SUB+= X11="@comment " .endif .if defined(WITH_BASH_COMPLETIONS) INSTALL_OPTS+= WITH_BASH_COMPLETIONS=yes PLIST_SUB+= BASH_COMPLETIONS="" .else PLIST_SUB+= BASH_COMPLETIONS="@comment " .endif .include post-patch: @${REINPLACE_CMD} -e "s|/share/man/man1|/man/man1|g" ${WRKSRC}/install-sh @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" \ ${WRKSRC}/phoronix-test-suite \ ${WRKSRC}/pts-core/objects/bilde_renderer/bilde_renderer.php \ ${WRKSRC}/pts-core/objects/pts_client.php \ ${WRKSRC}/pts-core/external-test-dependencies/xml/freebsd-packages.xml do-install: cd ${WRKSRC} && ${INSTALL_OPTS} ./install-sh ${PREFIX} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .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}." .endif .include Property changes on: head/benchmarks/phoronix-test-suite/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/benchmarks/postal/Makefile =================================================================== --- head/benchmarks/postal/Makefile (revision 271431) +++ head/benchmarks/postal/Makefile (revision 271432) @@ -1,42 +1,44 @@ # ex:ts=8 # New ports collection makefile for: postal # Date created: Apr 2, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= postal PORTVERSION= 0.70 CATEGORIES= benchmarks mail MASTER_SITES= http://www.coker.com.au/postal/ EXTRACT_SUFX= .tgz MAINTAINER= mm@FreeBSD.org COMMENT= Benchmark SMTP/POP servers +LICENSE= GPLv3 + OPTIONS= SSL "Build with OpenSSL support" on USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes PLIST_FILES= sbin/bhm sbin/postal bin/postal-list sbin/rabid MAN1= postal-list.1 MAN8= bhm.8 postal.8 rabid.8 .include CONFIGURE_ARGS= --disable-gnutls .if !defined(WITH_SSL) CONFIGURE_ARGS+= --disable-openssl .endif CFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" .include Property changes on: head/benchmarks/postal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property