2013-05-06 12:22:41 +02:00
|
|
|
# Created by: Marcin Simonides <marcin@studio4plus.com>
|
2007-04-14 21:01:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2007-04-25 09:34:28 +02:00
|
|
|
PORTNAME= gnome-subtitles
|
2011-11-11 18:58:40 +01:00
|
|
|
PORTVERSION= 1.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2007-04-25 09:34:28 +02:00
|
|
|
CATEGORIES= multimedia
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
2007-04-14 21:01:44 +02:00
|
|
|
|
2010-08-05 00:30:06 +02:00
|
|
|
MAINTAINER= armin@frozen-zone.org
|
2007-04-25 09:34:28 +02:00
|
|
|
COMMENT= Subtitle editor with video preview
|
2007-04-14 21:01:44 +02:00
|
|
|
|
2011-11-11 18:58:40 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2009-09-10 16:20:55 +02:00
|
|
|
LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \
|
|
|
|
gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
|
|
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
|
2007-04-14 21:01:44 +02:00
|
|
|
|
2013-09-06 17:28:27 +02:00
|
|
|
USES= gmake pkgconfig
|
2007-06-08 20:15:18 +02:00
|
|
|
USE_GNOME= gnomeprefix gtksharp20 gnomesharp20 gnomedocutils
|
2007-12-18 17:00:53 +01:00
|
|
|
USE_GSTREAMER= yes
|
2007-04-14 21:01:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-04-14 21:01:44 +02:00
|
|
|
GCONF_SCHEMAS= gnome-subtitles.schemas
|
2007-06-08 20:15:18 +02:00
|
|
|
INSTALLS_OMF= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2007-04-14 21:01:44 +02:00
|
|
|
|
2007-12-18 17:00:53 +01:00
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/gnome-subtitles
|
2007-04-25 09:34:28 +02:00
|
|
|
|
2007-12-18 17:00:53 +01:00
|
|
|
MAN1= gnome-subtitles.1
|
2007-04-14 21:01:44 +02:00
|
|
|
|
2013-09-20 22:57:48 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-06 12:22:41 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2010-08-05 00:30:06 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2007-04-14 21:01:44 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
|
|
.include <bsd.port.post.mk>
|