summaryrefslogtreecommitdiffstats
path: root/multimedia/gnome-subtitles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gnome-subtitles/Makefile')
-rw-r--r--multimedia/gnome-subtitles/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/multimedia/gnome-subtitles/Makefile b/multimedia/gnome-subtitles/Makefile
new file mode 100644
index 000000000..d496f0896
--- /dev/null
+++ b/multimedia/gnome-subtitles/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: gnome-subtitles
+# Date created: 23 March 2007
+# Whom: Marcin Simonides <marcin@studio4plus.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-subtitles
+PORTVERSION= 0.5.1
+PORTREVISION= 1
+CATEGORIES= multimedia
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= marcin@studio4plus.com
+COMMENT= Subtitle editor with video preview
+
+BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
+RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
+
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gtksharp20 gnomesharp20 gnomedocutils
+GNU_CONFIGURE= yes
+GCONF_SCHEMAS= gnome-subtitles.schemas
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+
+MAN1= gnome-subtitles.1
+
+.if !defined(WITHOUT_MPLAYER)
+ RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer
+.endif
+
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
+.include <bsd.port.post.mk>