summaryrefslogtreecommitdiff
path: root/print/glabels/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/glabels/Makefile')
-rw-r--r--print/glabels/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/print/glabels/Makefile b/print/glabels/Makefile
index cdeadc2f553..26fc438086b 100644
--- a/print/glabels/Makefile
+++ b/print/glabels/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2007/09/21 13:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2008/01/11 17:31:46 drochner Exp $
#
-DISTNAME= glabels-2.0.4
-PKGREVISION= 4
+DISTNAME= glabels-2.2.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glabels/}
@@ -16,14 +15,19 @@ 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 "../../graphics/libgnomecanvas/buildlink3.mk"
-.include "../../print/libgnomeprint/buildlink3.mk"
-.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../mk/omf-scrollkeeper.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"