1b97ddd7f4
Many updates including - 100% of RS274-X is now supported - cairo rendering which among other things gives printing to a printer, pdf, png, ps, or svg. - gnome/kde desktop integration - added a regression test suite - lots of rework of the gui. All in all this is a major overhaul.
23 lines
676 B
Makefile
23 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.32 2008/02/18 22:40:36 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= gerbv-2.0.1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://gerbv.sourceforge.net/
|
|
COMMENT= Gerber file viewer
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
#CONFIGURE_ARGS+= --disable-update-desktop-database
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|