aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libass/Makefile
blob: 78f67c4327998c42e17fe5b6c3845d8cda78ac3c (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
# $FreeBSD$

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

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

LICENSE=    ISCL

LIB_DEPENDS=    freetype:${PORTSDIR}/print/freetype2 \
        enca:${PORTSDIR}/converters/enca \
        fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
        expat:${PORTSDIR}/textproc/expat2 \
        fribidi:${PORTSDIR}/converters/fribidi

USES=   pathfix pkgconfig
USE_XZ= yes
USE_LDCONFIG=   yes

GNU_CONFIGURE=  yes

.include <bsd.port.mk>