30 lines
920 B
Makefile
30 lines
920 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/12/31 05:04:08 gutteridge Exp $
|
|
|
|
DISTNAME= gnome-dictionary-3.26.1
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
|
|
CATEGORIES= textproc gnome
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://wiki.gnome.org/Apps/Dictionary
|
|
COMMENT= GNOME application to look up definitions
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
# XXX msgfmt: unknown option -- desktop
|
|
_TOOLS_USE_PKGSRC.msgfmt= yes
|
|
|
|
TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
|
|
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
USE_TOOLS+= pkg-config msgfmt xgettext
|
|
|
|
PYTHON_FOR_BUILD_ONLY= tool
|
|
|
|
LDFLAGS.SunOS+= -lnsl
|
|
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|