summaryrefslogblamecommitdiff
path: root/editors/treeform/Makefile
blob: 61c52c3677ce7a0fd8ef119d9ef708f4e0dfd681 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                          
                     

                            
                              























                                                                 
# New ports collection makefile for:	treeform
# Date created:				3 July 2007
# Whom:					buganini@gmail.com
#
# $FreeBSD$
#

PORTNAME=	treeform
PORTVERSION=	1.0.3
CATEGORIES=	editors java
MASTER_SITES=	SF
DISTNAME=	TreeForm_1_0_3

MAINTAINER=	buganini@gmail.com
COMMENT=	A Linguistic Syntax/Semantics tree drawing editor

USE_ZIP=	yes
NO_BUILD=	yes
USE_JAVA=	yes
JAVA_VERSION=	1.5+
SUB_FILES=	treeform

WRKSRC=		${WRKDIR}/TreeForm

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/treeform ${PREFIX}/bin
	cd ${WRKSRC} \
		&& ${INSTALL_DATA} TreeForm.jar ${JAVAJARDIR} \
		&& ${COPYTREE_SHARE} about.htm ${DATADIR} \
		&& ${COPYTREE_SHARE} help ${DATADIR} \
		&& ${COPYTREE_SHARE} image ${DATADIR}

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>