summaryrefslogtreecommitdiff
path: root/misc/gaupol/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-08 09:45:18 +0000
committerwiz <wiz>2008-10-08 09:45:18 +0000
commit9a6c57a9b91182fe40ecc0b0dc879b1a75a8eb65 (patch)
tree3dea083e89f002420114e87941779a4dc7683ffe /misc/gaupol/Makefile
parent2ee9d435b0781cdcbef1e0f37fe209544838e0ef (diff)
downloadpkgsrc-9a6c57a9b91182fe40ecc0b0dc879b1a75a8eb65.tar.gz
Initial import of gaupol-0.13.1:
Gaupol is an editor for text-based subtitle files. It supports multiple subtitle file formats and provides means of correcting texts and timing subtitles to match video. The user interface is designed with attention to batch processing of multiple documents and convenience of translating. Gaupol should run on all Unix-like (GNU/Linux, *BSD, etc.) operating systems and on Windows. Technically it should be able to run on Mac as well, but that has not been tested nor made convenient. Gaupol's user interface is based on the GTK+ toolkit and has been designed to best fit the GNOME desktop environment.
Diffstat (limited to 'misc/gaupol/Makefile')
-rw-r--r--misc/gaupol/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile
new file mode 100644
index 00000000000..64ca297723d
--- /dev/null
+++ b/misc/gaupol/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 09:45:18 wiz Exp $
+#
+
+DISTNAME= gaupol-0.13.1
+CATEGORIES= misc
+MASTER_SITES= http://download.gna.org/gaupol/0.13/
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://home.gna.org/gaupol/index.html
+COMMENT= Subtitle editor
+
+DEPENDS+= iso-codes-[0-9]*:../../textproc/iso-codes
+DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
+DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
+DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.12:../../x11/py-gtk2
+
+PYTHON_VERSIONS_ACCEPTED= 25
+PYDISTUTILSPKG= yes
+USE_DIRS+= xdg-1.4
+USE_LANGUAGES= # none
+USE_TOOLS+= intltool msgfmt
+
+SUBST_CLASSES+= manpath
+SUBST_FILES.manpath= INSTALL setup.py
+SUBST_MESSAGE.manpath= Fixing man page installation path.
+SUBST_SED.manpath= -e "s,share/man/man1,${PKGMANDIR}/man1,"
+SUBST_STAGE.manpath= pre-build
+
+.include "../../lang/python/extension.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"