5a52a08234
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342
29 lines
723 B
Makefile
29 lines
723 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
|
|
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>
|