53745b22ea
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.68 2013/06/03 10:05:51 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= glabels-2.2.8
|
|
PKGREVISION= 28
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
# This (a SUBST) is hefty enough to be in its own file.
|
|
.include "glib2-fixes.mk"
|
|
|
|
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 "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|