mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
379cec2296
Release math/scilab and its prerequisites
34 lines
662 B
Makefile
34 lines
662 B
Makefile
PORTNAME= jgraphx
|
|
PORTVERSION= 4.2.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= java graphics
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Java Graph Diagram Component version X
|
|
WWW= https://github.com/jgraph/jgraphx
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jgraph
|
|
USE_JAVA= yes
|
|
USE_ANT= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}.jar \
|
|
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
|
|
|
|
do-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|