1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/argouml/Makefile
Cheng-Lung Sung cce114577a - Update to 0.24
no changelog is present on the mastersite, but changes include:
* a new pt_BR translation
* events/guards/actions selectable from toolbar when a model is loaded
* GEF 0.11.3M10 -> 0.12.3
* simplified Arrange menu
* more extensive View menu

PR:		ports/109208
Submitted by:	maintainer (Rene Ladan)
2007-02-16 03:07:36 +00:00

47 lines
1.1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: ArgoUML
# Date created: June 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= argouml
PORTVERSION= 0.24
CATEGORIES= devel java
MASTER_SITES= http://argouml-downloads.tigris.org/nonav/argouml-${PORTVERSION}/
DISTNAME= ArgoUML-${PORTVERSION}
.if !defined(NOPORTDOCS)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
argomanual-${PORTVERSION}.pdf
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif
MAINTAINER= r.c.ladan@gmail.com
COMMENT= A UML design tool with cognitive support
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
SUB_FILES= argouml.sh
.if !defined(NOPORTDOCS)
PORTDOCS= argomanual-${PORTVERSION}.pdf
.endif
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/argouml.sh ${PREFIX}/bin/argouml
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.jar ${DATADIR}
@${MKDIR} ${DATADIR}/ext
${INSTALL_DATA} ${WRKSRC}/ext/*.jar ${DATADIR}/ext/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DISTDIR}/argomanual-${PORTVERSION}.pdf ${DOCSDIR}
.endif
.include <bsd.port.mk>