pkgsrc-wip/trac-plugins-GraphViz/Makefile
Greg Troxel 18e2962953 Fix version to 0.7.5.4543.
Set empty PKGREVISION.
2009-03-02 20:26:35 +00:00

37 lines
896 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/03/02 20:26:35 lexort Exp $
SVNVERSION= 4543
VERSION= 0.7.5.${SVNVERSION}
DISTNAME= TracGraphViz-${VERSION}
PKGNAME= trac-plugins-GraphViz-${VERSION}
# Empty to avoid default setting.
PKGREVISION=
EGG_NAME= ${DISTNAME}
CATEGORIES= www
MASTER_SITES= # not defined
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://trac-hacks.org/wiki/GraphVizPlugin
COMMENT= Graphviz plugin for Trac
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= {ja-,}trac>=0.11:../../www/trac
SVN_REPOSITORIES= plugin
SVN_ROOT.plugin= http://trac-hacks.org/svn/graphvizplugin/0.11
SVN_TAG.plugin= 5305
NO_CHECKSUM= yes
WRKSRC= ${WRKDIR}/plugin
PRIVILEGED_STAGES+= clean
post-extract:
find ${WRKSRC} -type d -name .svn -print | xargs rm -r
.include "../../graphics/graphviz/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../wip/mk/svn-package.mk"
.include "../../mk/bsd.pkg.mk"