951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
26 lines
594 B
Makefile
26 lines
594 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ghex
|
|
PORTVERSION= 3.18.3
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME 3 hex editor
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
|
|
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
|
|
USE_GNOME= cairo gnomeprefix gtk30 intlhack libxml2:build
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --enable-compile-warnings=no
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.GHex.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|