# New ports collection makefile for: JUnit # Date created: Jun 15 1999 # Whom: OKAZAKI Tetsurou # # $FreeBSD$ # PORTNAME= junit PORTVERSION= 4.8.2 CATEGORIES= java devel MASTER_SITES= http://cloud.github.com/downloads/KentBeck/junit/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= hq@FreeBSD.org COMMENT= A regression testing utility for use with the Java(TM) Language USE_ZIP= yes USE_JAVA= yes NO_BUILD= yes .if !defined(NOPORTDOCS) PORTDOCS= README.html cpl-v10.html doc javadoc .endif .if !defined(NOPORTEXAMPLES) PORTEXAMPLES= * .endif DATADIR= ${JAVASHAREDIR}/${PORTNAME} PLIST_FILES= %%JAVAJARDIR%%/junit.jar %%DATADIR%%/src.jar PLIST_DIRS= %%DATADIR%% do-install: ${INSTALL_DATA} ${INSTALL_WRKSRC}/junit-${PORTVERSION}.jar ${JAVAJARDIR}/junit.jar ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${INSTALL_WRKSRC}/junit-${PORTVERSION}-src.jar ${DATADIR}/src.jar .if !defined(NOPORTEXAMPLES) cd ${INSTALL_WRKSRC}/junit/samples \ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/ .endif .if !defined(NOPORTDOCS) cd ${INSTALL_WRKSRC} \ && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \ && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; .endif .include lect name='h' onchange='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnucash
Commit message (Expand)AuthorAgeFilesLines
* devel/icu: update to 69.1Jan Beich2021-04-091-0/+1
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* - Update gnucash to 4.5Guido Falsi2021-03-303-5/+6
* finance/libofx: Update to 0.10.0Jason E. Hale2021-01-07