Tweak multimedia/mpeg_stat version 2.2b
[dports.git] / multimedia / gnome-subtitles / Makefile
1 # Created by: Marcin Simonides <marcin@studio4plus.com>
2 # $FreeBSD$
3
4 PORTNAME=       gnome-subtitles
5 PORTVERSION=    1.3
6 CATEGORIES=     multimedia
7 MASTER_SITES=   SF
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Subtitle editor with video preview
11
12 LICENSE=        GPLv2+
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 LIB_DEPENDS=    libenchant.so:textproc/enchant \
16                 libgtkspell.so:textproc/gtkspell
17
18 USES=           cpe gmake mono pkgconfig libtool localbase desktop-file-utils
19 CPE_VENDOR=     pedro_castro
20 USE_GNOME=      gnomeprefix gtksharp20 gnomesharp20 gnomedocutils intltool
21 USE_GSTREAMER1= yes
22 GNU_CONFIGURE=  yes
23 GCONF_SCHEMAS=  gnome-subtitles.schemas
24 INSTALLS_OMF=   yes
25 INSTALLS_ICONS= yes
26 MAKE_JOBS_UNSAFE=yes
27
28 USE_LDCONFIG=   ${PREFIX}/lib/gnome-subtitles
29
30 OPTIONS_DEFINE= NLS
31 OPTIONS_SUB=    yes
32
33 NLS_USES=       gettext
34 NLS_CONFIGURE_ENABLE=   NLS
35
36 post-install:
37         @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-subtitles/libgstreamer_playbin.so
38
39 .include <bsd.port.mk>