1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/editors/treeform/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

30 lines
742 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= treeform
PORTVERSION= 1.0.3
CATEGORIES= editors java
MASTER_SITES= SF/${PORTNAME}/TreeForm%20Unified/TreeForm%20${PORTVERSION}
DISTNAME= TreeForm_1_0_3
MAINTAINER= buganini@gmail.com
COMMENT= Linguistic Syntax/Semantics tree drawing editor
USES= zip
NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.6+
SUB_FILES= treeform
WRKSRC= ${WRKDIR}/TreeForm
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/treeform ${STAGEDIR}${PREFIX}/bin
cd ${WRKSRC} \
&& ${INSTALL_DATA} TreeForm.jar ${STAGEDIR}${JAVAJARDIR} \
&& ${COPYTREE_SHARE} about.htm ${STAGEDIR}${DATADIR} \
&& ${COPYTREE_SHARE} help ${STAGEDIR}${DATADIR} \
&& ${COPYTREE_SHARE} image ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>