pkgsrc/editors/ghex/Makefile
rillig a20d25368e editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors

Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
2019-06-08 10:40:52 +00:00

29 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.51 2019/06/08 10:40:55 rillig Exp $
#
DISTNAME= ghex-2.24.0
PKGREVISION= 44
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ghex/2.24/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnome.org/
COMMENT= Hex editor
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool msgfmt gmake
PKGCONFIG_OVERRIDE+= gtkhex.pc.in
GCONF_SCHEMAS= ghex2.schemas
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/atk/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"