summaryrefslogtreecommitdiff
path: root/editors/ghex/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2009-02-26 20:35:07 +0000
committerdrochner <drochner>2009-02-26 20:35:07 +0000
commit1095e43f979563ddfcca6cb18789d33b89da7f3a (patch)
tree1fa70c241b81f89c330e6d7e59f9bb682421e740 /editors/ghex/Makefile
parent0cc388b0abc07322e380f766c92f9f3b279fb6cf (diff)
downloadpkgsrc-1095e43f979563ddfcca6cb18789d33b89da7f3a.tar.gz
import ghex-2.24.0, a binary editor for thr Gnome desktop
Diffstat (limited to 'editors/ghex/Makefile')
-rw-r--r--editors/ghex/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
new file mode 100644
index 00000000000..0763696d742
--- /dev/null
+++ b/editors/ghex/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 20:35:07 drochner Exp $
+#
+
+DISTNAME= ghex-2.24.0
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ghex/2.24/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Hex editor
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config intltool gmake
+USE_DIRS+= xdg-1.1 gnome2-1.5
+
+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"