1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/editors/ghex/Makefile
Daniel Engberg f092253162 editors/ghex: Remove libtool as dependency
Not used in project

Approved by:	portmgr (blanket)
2024-09-24 01:29:40 +02:00

26 lines
531 B
Makefile

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 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>