freebsd-ports/devel/argouml/Makefile
Ying-Chieh Liao 760697b0d2 add ArgoUML 0.12
A UML design tool with cognitive support
2003-06-13 18:36:44 +00:00

31 lines
646 B
Makefile

# ex:ts=8
# Ports collection makefile for: ArgoUML
# Date created: June 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= argouml
PORTVERSION= 0.12
CATEGORIES= devel
MASTER_SITES= http://argouml.tigris.org/files/documents/4/1087/
DISTNAME= ArgoUML-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A UML design tool with cognitive support
NO_WRKSUBDIR= yes
USE_JAVA= 1.2+
NO_BUILD= yes
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>