pkgsrc/textproc/metauml/Makefile
tonio 338cb0c978 Import textproc/metauml version 0.2.5
MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams, using a
human-friendly textual notation.

Here's what you can do with MetaUML (also see the FAQ):
- Create UML diagrams readily usable in a LaTeX article or book.
- Create independent PDF-s
- Create jpeg-s, png-s etc.

MetaUML offers support for class diagrams, package diagrams, activity diagrams,
state machine diagrams use case diagrams and component diagrams.
2008-02-01 20:41:37 +00:00

24 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/02/01 20:41:37 tonio Exp $
#
DISTNAME= metauml_lib_0.2.5
PKGNAME= ${DISTNAME:S/_lib_/-/}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=metauml/}
EXTRACT_SUFX= .tgz
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://metauml.sourceforge.net/
COMMENT= MetaPost library for typesetting UML diagrams
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PKGBASE}_lib
MPDIR= ${PKG_LOCALTEXMFPREFIX}/metapost/${PKGBASE}
PLIST_SUBST+= MPDIR=${MPDIR:C|^${PREFIX}/||}
INSTALLATION_DIRS+= ${MPDIR}
do-install:
${INSTALL_DATA} ${WRKSRC}/thrunk/*.mp ${MPDIR}
.include "../../print/teTeX/module.mk"
.include "../../mk/bsd.pkg.mk"