116df3c404
- Trim header - Remove ABI versions form LIB_DEPENDS Feature safe: yes
26 lines
528 B
Makefile
26 lines
528 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
|
|
|
|
USE_GNOME= gnomehack
|
|
USE_PKGCONFIG= build
|
|
USE_XZ= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|