aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libass/Makefile
blob: f5efcd526f15a572e86bf55f238a860ccaab0af4 (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
# New ports collection makefile for:    libass
# Date created:     2011-03-23
# Whom:         Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libass
PORTVERSION=    0.9.11
CATEGORIES= multimedia devel
MASTER_SITES=   GOOGLE_CODE

MAINTAINER= bapt@FreeBSD.org
COMMENT=    Portable ASS/SSA subtitle renderer

LICENSE=    GPLv2

LIB_DEPENDS=    freetype.9:${PORTSDIR}/print/freetype2 \
        enca.5:${PORTSDIR}/converters/enca \
        fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
        expat.6:${PORTSDIR}/textproc/expat2

USE_GNOME=  pkgconfig gnomehack
USE_BZIP2=  yes
USE_LDCONFIG=   yes

GNU_CONFIGURE=  yes

.include <bsd.port.mk>