26 lines
720 B
Makefile
26 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.75 2020/08/17 20:18:13 leot Exp $
|
|
#
|
|
|
|
DISTNAME= gerbv-2.6.2
|
|
PKGREVISION= 8
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://gerbv.geda-project.org/
|
|
COMMENT= Gerber file viewer
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PLIST_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV}
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../graphics/cairo/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"
|