31 lines
853 B
Makefile
31 lines
853 B
Makefile
# $NetBSD: Makefile,v 1.60 2020/04/20 00:32:56 joerg Exp $
|
|
|
|
DISTNAME= ghex-3.18.4
|
|
PKGREVISION= 2
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ghex/3.18/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://wiki.gnome.org/Apps/Ghex
|
|
COMMENT= Hex editor
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
|
|
PYTHON_FOR_BUILD_ONLY= tool
|
|
|
|
PKGCONFIG_OVERRIDE_STAGE= pre-install
|
|
PKGCONFIG_OVERRIDE+= output/data/gtkhex-3.pc
|
|
|
|
# XXX msgfmt: unknown option -- xml
|
|
_TOOLS_USE_PKGSRC.msgfmt= yes
|
|
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|