pkgsrc/print/glabels/Makefile
drochner 753745e071 update to 2.2.0
changes:
-migrated from libgnomeprint/gnomecanvas to gtk/cairo
-UI improvements
-support more barcodes
-Added shadow attribute to label objects
-New merge backend for evolution data server
-Various bug fixes
-New templates

pkgsrc note: I've made evolution-data-server support an option as done
at other places. Default to "on" as elsewhere -- I'm not so sure about this
because glabels doesn't depend on other gnome-desktop features, but
I didn't want to introduce another inconsistency.
2008-01-11 17:31:46 +00:00

33 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2008/01/11 17:31:46 drochner Exp $
#
DISTNAME= glabels-2.2.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glabels/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://glabels.sourceforge.net/
COMMENT= Program for creating labels and business cards for GNOME
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_DIRS+= gnome2-1.5
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
PKG_OPTIONS_VAR= PKG_OPTIONS.glabels
PKG_SUPPORTED_OPTIONS= evolution
PKG_SUGGESTED_OPTIONS= evolution
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mevolution)
.include "../../mail/evolution-data-server/buildlink3.mk"
.endif
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"