freebsd-ports/graphics/yed/Makefile
Pawel Pekala af0237e76b - Update to version 3.9.2
- Add LICENSE info

PR:		ports/168080
Submitted by:	Eugene Mychlo <myc@barev.net> (maintainer)
2012-05-18 16:05:40 +00:00

49 lines
1.4 KiB
Makefile

# New ports collection makefile for: yed
# Date created: 15 Jan 2010
# Whom: Eugene Mychlo <myc@barev.net>
#
# $FreeBSD$
#
PORTNAME= yed
PORTVERSION= 3.9.2
CATEGORIES= graphics java
MASTER_SITES= #
DISTNAME= yEd-${PORTVERSION}
MAINTAINER= myc@barev.net
COMMENT= An editor for graphs and diagrams
LICENSE= YED_1_1
LICENSE_NAME= yEd Software License Agreement (Version 1.1)
LICENSE_TEXT= Description of the license can be obtained from the following URL: \
http://www.yworks.com/products/yed/license.html
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
RESTRICTED= Downloading requires acceptance of license agreement
DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "" "false"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES= ${PORTNAME}
DOWNLOAD_URL?= http://www.yworks.com/en/products_download.php?file=${DISTNAME}${EXTRACT_SUFX}
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= you must manually obtain ${DISTNAME}${EXTRACT_SUFX} from\
'${DOWNLOAD_URL}', place it in ${DISTDIR} and then run make again
.endif
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/license.html ${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.post.mk>