summaryrefslogtreecommitdiff
path: root/multimedia/subtitleeditor/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-08 11:33:55 +0000
committerwiz <wiz@pkgsrc.org>2007-09-08 11:33:55 +0000
commite4aa448e73cf9aa3102958cfe3cc3e0ff94dd527 (patch)
tree4b6ec6ec3b88b34947bc1df1729cdff802c1b6ec /multimedia/subtitleeditor/Makefile
parentc4bb431af74b9792b7c6edf9d0fb9c20fc040a82 (diff)
downloadpkgsrc-e4aa448e73cf9aa3102958cfe3cc3e0ff94dd527.tar.gz
Initial import of subtitleeditor-0.13.6. Originally packaged for
pkgsrc-wip by Cesar Catrian C., updated by myself. Subtitle Editor is a GTK+2 tool to edit subtitles. It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle. This program also shows sound waves, which makes it easier to synchronise subtitles to voices. Subtitle Editor is free software released under the GNU General Public License (GPL).
Diffstat (limited to 'multimedia/subtitleeditor/Makefile')
-rw-r--r--multimedia/subtitleeditor/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/multimedia/subtitleeditor/Makefile b/multimedia/subtitleeditor/Makefile
new file mode 100644
index 00000000000..adbd168ae41
--- /dev/null
+++ b/multimedia/subtitleeditor/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/08 11:33:55 wiz Exp $
+#
+
+DISTNAME= subtitleeditor-0.13.6
+CATEGORIES= multimedia
+MASTER_SITES= http://kitone.free.fr/subtitleeditor/files/
+
+MAINTAINER= ccatrian@eml.cc
+HOMEPAGE= http://kitone.free.fr/subtitleeditor/
+COMMENT= GTK+2 tool to edit movie subtitles
+
+USE_DIRS+= xdg-1.4
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+.include "../../devel/libglademm/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
+.include "../../textproc/enchant/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtkmm/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"