# New ports collection makefile for: jakarta-jmeter # Date created: 12 August 2002 # Whom: Ernst de Haan # # $FreeBSD$ # PORTNAME= jmeter PORTVERSION= 2.3.4 CATEGORIES= www benchmarks java MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} MASTER_SITE_SUBDIR= jmeter/binaries PKGNAMEPREFIX= jakarta- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= beat@FreeBSD.org COMMENT= Functional behaviour load and performance test application USE_JAVA= yes JAVA_VERSION= 1.3+ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= jmeter.sh DATAFILES= bin extras lib .if !defined(NOPORTDOCS) PORTDOCS= docs printable_docs README LICENSE .endif .include post-patch: ${FIND} ${WRKSRC} -type f \( -name \*.bat -o -name \*.orig -o -name \*.exe -o -name \*.bak \) -delete do-install: cd ${WRKSRC} \ && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; cd ${WRKSRC} \ && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; .if !defined(NOPORTDOCS) cd ${WRKSRC} \ && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; cd ${WRKSRC} \ && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; .endif ${INSTALL_SCRIPT} ${WRKDIR}/jmeter.sh ${PREFIX}/bin/jmeter .include 2'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xmlcatmgr does not actually expect multiple argumentsbapt2016-07-011-1/+0
* do not chmod u+w sample files when copying itbapt2016-06-231-2/+1
* Remove now useless commentsbapt2016-06-201-4/+0
* Make @kld PKG_ROOTDIR friendlybapt2016-05-301-3/+3
* Make @shell rootdir friendly to allow cross installationbapt2016-05-301-6/+6
* Add a new keywork xmlcatmgrbapt2016-05-251-0/+34
* Make @info cross install friendlybapt2015-10-221-2/+2
* Add a way to cleanly handle terminfo.db file used by devel/ncursesamdmi32015-10-081-0/+22
* Do not use contractions.mat2015-10-011-1/+1
* Extend @sample to accept argumentsbapt2015-09-261-7/+29
* Add "fc", "fcfontsdir", "fontsdir", and "none" arguments to USES=fonts.hrs2015-09-142-0/+46
* Add -f flag to force scanning of font directoriesfeld2015-04-071-2/+2
* Remove @fc and @fontsdir they are confusing all should use @fcfontsdirbapt2015-03-222-46/+0
* When updating /etc/shells, only remove existing entries that match the newmarkj2015-02-171-2/+2
* Use a custom keyword for kldxref, that allows to control exactly when it is runbapt2014-12-261-0/+24
* Add new keyword for to run glib-compile-schemas.kwm2014-12-031-0/+16
* - Accept absolute path for @fc, @fontsdir, @fcfontsdir, @shell keywordsak2014-10-094-22/+54
* Accept absolute path for @info keywordbapt2014-10-081-2/+8
* @sample: chmod u+w to ensure user may write to it.bdrewery2014-10-041-1/+2
* Replace the dirrmtry action with dir.mat2014-10-023-3/+3
* Use keywords to control exactly when is excutiedbapt2014-09-222-0/+22
* Remove the yaml files as pkg 1.3.8 is now the minimal required versionbapt2014-09-227-128/+0
* @sample: Alert user that there is a stale file to be removed.bdrewery2014-09-122-0/+4
* Convert rmtry into regular Keywordbapt2014-09-031-0/+11
* - Make it possible to use sample keyword with a full pathantoine2014-09-022-4/+16
* Remove support for pkg_installbapt2014-09-011-111/+0
* Fix fmtutil keyword with pkg_installantoine2014-08-061-0/+1
* Add support for @fmtutil for pkg_installbapt2014-07-251-0/+8
* Convert keywords in pure ucl formatbapt2014-07-257-0/+134
* Support stage for texlive, given it is impossible to rebuild the fmt files intobapt2014-07-051-0/+13
* Use print/indexinfo to generate index of info pagesantoine2014-06-281-8/+2
* Use print/texinfo-lite to install info pagesbapt2014-06-251-3/+3
* Make @dirrmtry handling in pkg_install closer to what pkg doesantoine2014-06-211-0/+12
* Add missing font_dir initialization for @fontsdirantoine2014-06-181-0/+1
* Remove another extra '`'bapt2014-06-161-1/+1
* Remove extra '`'bapt2014-06-161-1/+1
* Cosmeticbapt2014-06-121-9/+9
* Make pkg_install aware of @fc @fcfontsdir and @fontsdirbapt2014-06-121-0/+39