aboutsummaryrefslogtreecommitdiff
path: root/editors/ghex/Makefile
blob: 029674fa7c9966cd17e8154d66b8d2a9edf94f7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	ghex
PORTVERSION=	3.41.1
PORTREVISION=	2
CATEGORIES=	editors gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome3

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GNOME 3 hex editor
WWW=		https://wiki.gnome.org/Apps/Ghex

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	itstool:textproc/itstool

USES=		gettext gnome libtool localbase meson pathfix pkgconfig \
		tar:xz
USE_GNOME=	cairo gtk30 intlhack libxml2:build
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

GLIB_SCHEMAS=	org.gnome.GHex.gschema.xml

.include <bsd.port.mk>