1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/multimedia/libass/Makefile
2013-04-22 22:33:35 +00:00

26 lines
510 B
Makefile

# $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>