2015-04-25 16:24:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.81 2015/04/25 14:24:45 tnn Exp $
|
2004-08-17 14:58:27 +02:00
|
|
|
#
|
|
|
|
|
2010-04-28 20:40:55 +02:00
|
|
|
DISTNAME= glabels-2.2.8
|
2015-04-25 16:24:44 +02:00
|
|
|
PKGREVISION= 41
|
2004-08-17 14:58:27 +02:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glabels/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-08-17 14:58:27 +02:00
|
|
|
HOMEPAGE= http://glabels.sourceforge.net/
|
|
|
|
COMMENT= Program for creating labels and business cards for GNOME
|
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2004-08-17 14:58:27 +02:00
|
|
|
|
2012-05-08 04:41:26 +02:00
|
|
|
# This (a SUBST) is hefty enough to be in its own file.
|
|
|
|
.include "glib2-fixes.mk"
|
|
|
|
|
2008-01-11 18:31:46 +01:00
|
|
|
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
|
|
|
|
|
2004-08-31 13:47:19 +02:00
|
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
2004-08-17 14:58:27 +02:00
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
2004-08-17 14:58:27 +02:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2008-01-11 18:31:46 +01:00
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
2004-08-17 14:58:27 +02:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2006-11-14 17:54:29 +01:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2009-11-15 21:13:42 +01:00
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
2004-08-17 14:58:27 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|