pkgsrc-wip/pointless/Makefile
Thomas Klausner cdf2a378f6 Depend on ghostscript-esp instead of removed ghostscript-esp-nox11.
XXX: should use USE_TOOLS+=gs:run instead?
2005-12-09 20:33:17 +00:00

27 lines
867 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/12/09 20:33:17 thomasklausner Exp $
#
DISTNAME= pointless-0.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pointless/}
MAINTAINER= pih@xbase.dk
HOMEPAGE= http://pointless.sourceforge.net/
COMMENT= Markup-language presentation tool
DEPENDS+= a2ps>=4.1:../../print/a2ps
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
DEPENDS+= Mesa>=6.0:../../graphics/Mesa
DEPENDS+= ghostscript-esp>=7.0:../../print/ghostscript-esp
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= ${INSTALL} install-modules
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/python22/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"