1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/argouml/Makefile
Herve Quiroz 30e15ee5ba - Fix mispelled USE_JAVA knob [1]
- Add 'java' category
- Remove unneeded PORTREVISION=0 statement
- Register run dependency on javavmwrapper
- Improve launcher shell script (use javavmwrapper 2.0)
- Use SUB_FILES to configure launcher shell script
- Remove trailing space in pkg-plist to calm portlint
- Add $FreeBSD$ tags

PR:		78116 [1]
Reported by:	Michel Lavondes <fox@vader.aacc.cc.md.us> [1]
Approved by:	maintainer timeout
2005-03-13 02:16:13 +00:00

33 lines
695 B
Makefile

# ex:ts=8
# Ports collection makefile for: ArgoUML
# Date created: June 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= argouml
PORTVERSION= 0.16.1
CATEGORIES= devel java
MASTER_SITES= http://argouml.tigris.org/files/documents/4/0/argouml-${PORTVERSION}/
DISTNAME= ArgoUML-${PORTVERSION}
MAINTAINER= philip.reynolds@rfc-networks.ie
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.3+
SUB_FILES= argouml.sh
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/argouml.sh ${PREFIX}/bin/argouml
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.jar ${DATADIR}
.include <bsd.port.mk>