Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/editors/ghex/Makefile
16155 views
# Created by: Joe Marcus Clarke <[email protected]>

PORTNAME=	ghex
PORTVERSION=	3.18.4
CATEGORIES=	editors gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome3

MAINTAINER=	[email protected]
COMMENT=	GNOME 3 hex editor

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
INSTALLS_ICONS=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

GLIB_SCHEMAS=	org.gnome.GHex.gschema.xml

.include <bsd.port.mk>