freebsd-ports/devel/argouml/Makefile
Ying-Chieh Liao e4ef87e2b5 upgrade to 0.16.1
Submitted by:	maintainer
2004-11-11 01:33:33 +00:00

33 lines
716 B
Makefile

# ex:ts=8
# Ports collection makefile for: ArgoUML
# Date created: June 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= argouml
PORTVERSION= 0.16.1
PORTREVISION= 0
CATEGORIES= devel
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
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_JAVE= yes
JAVA_VERSION= 1.3+
post-patch:
@${SED} 's,%%DATADIR%%,${DATADIR},' ${FILESDIR}/argouml > \
${WRKSRC}/argouml
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/argouml ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.jar ${DATADIR}
.include <bsd.port.mk>