summaryrefslogtreecommitdiff
path: root/editors/gtranslator/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-21 04:20:55 +0000
committerxtraeme <xtraeme>2004-10-21 04:20:55 +0000
commit9aeb7a98f78205b101c70ade3a46425d33e34ade (patch)
treeb938165178023b8eaf2a1dc266248da55b5e3623 /editors/gtranslator/Makefile
parent4966815138d0dc54fe519d3f68515abfbb64ebbf (diff)
downloadpkgsrc-9aeb7a98f78205b101c70ade3a46425d33e34ade.tar.gz
Move gtranslator to the editors category, Closes PR pkg/26494 by
Douglas Brebner.
Diffstat (limited to 'editors/gtranslator/Makefile')
-rw-r--r--editors/gtranslator/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/editors/gtranslator/Makefile b/editors/gtranslator/Makefile
new file mode 100644
index 00000000000..80798b4212a
--- /dev/null
+++ b/editors/gtranslator/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/21 04:20:55 xtraeme Exp $
+#
+
+DISTNAME= gtranslator-1.0
+PKGREVISION= 10
+CATEGORIES= devel
+MASTER_SITES= http://www.gtranslator.org/download/releases/1.0/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.gtranslator.org/
+COMMENT= Gettext po file editor for the GNOME2 desktop environment
+
+BUILD_USES_MSGFMT= yes
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_DIRS+= gnome2-1.5
+USE_GNU_TOOLS+= make
+USE_PKGLOCALEDIR= yes
+USE_X11= yes
+MANCOMPRESSED= yes
+
+CONFIGURE_ARGS+= --disable-debug
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"