aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/sabbu/Makefile
blob: 329a264225e2ac5aad88eba137d03088e37e8b09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:    sabbu
# Date created:     2005-04-14
# Whom:         dikr.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=   sabbu
PORTVERSION=    0.3.0
PORTREVISION=   11
CATEGORIES= multimedia
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/Sabbu%20${PORTVERSION}

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Program used to time subtitles

BUILD_DEPENDS=  pkg-config:${PORTSDIR}/devel/pkg-config
LIB_DEPENDS=    avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
        sndfile:${PORTSDIR}/audio/libsndfile

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_ICONV=  yes
GNU_CONFIGURE=  yes

USE_GNOME=  gtk20
CFLAGS+=    ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lswscale

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+= WITH_NLS="@comment "
.else
USE_GETTEXT=    yes
PLIST_SUB+= WITH_NLS=""
.endif

ASPELL_PORT?=   textproc/aspell
.if !defined(WITHOUT_GTKSPELL)
LIB_DEPENDS+=   gtkspell.0:${PORTSDIR}/textproc/gtkspell
PLIST_SUB+= WITH_ASPELL=""
.else
PLIST_SUB+= WITH_ASPELL="@comment "
.endif

.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=     Does not configure on powerpc
.endif

.include <bsd.port.post.mk>