5649b7e001
Mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output.
25 lines
608 B
Makefile
25 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/05/15 11:10:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mscgen-src-0.20
|
|
PKGNAME= ${DISTNAME:S/-src-/-/}
|
|
CATEGORIES= devel graphics
|
|
MASTER_SITES= http://www.mcternan.me.uk/mscgen/software/
|
|
|
|
MAINTAINER= jan.m.danielsson@gmail.com
|
|
HOMEPAGE= http://www.mcternan.me.uk/mscgen/
|
|
COMMENT= Tool for drawing call sequence graphs
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
.include "../../graphics/gd/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|