From 3ab553687ca8cab8fe99f40bcfd60d72b70e80e6 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Mon, 8 Jul 2002 03:30:55 +0000 Subject: update to gerbv-0.0.9 bug fixes: A couple of apertures drawn wrong has been fixed, like lines with square apertures and rotation of aperture macro primitive 4. new features: Zoom outline and the measurement tools. You can also export the image as PNG, --- cad/gerbv/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cad/gerbv/Makefile') diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 74de3c1fa61..2abaeba608b 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/05/07 00:51:17 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/08 03:30:55 dmcmahill Exp $ # -DISTNAME= gerbv-0.0.8 +DISTNAME= gerbv-0.0.9 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} @@ -11,8 +11,9 @@ COMMENT= Gerber file viewer GNU_CONFIGURE= YES USE_GMAKE= YES +CONFIGURE_ARGS+= --enable-exportpng -DEPENDS+= guile>=1.4:../../lang/guile - +.include "../../graphics/gdk-pixbuf/buildlink.mk" +.include "../../graphics/png/buildlink.mk" .include "../../x11/gtk/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3