Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= libass |
3 |
PORTNAME= libass |
4 |
PORTVERSION= 0.14.0 |
4 |
DISTVERSION= 0.14.0 |
5 |
CATEGORIES= multimedia devel |
5 |
CATEGORIES= multimedia devel |
|
|
6 |
MASTER_SITES= https://github.com/libass/libass/releases/download/${DISTVERSION}/ |
6 |
|
7 |
|
7 |
MAINTAINER= multimedia@FreeBSD.org |
8 |
MAINTAINER= multimedia@FreeBSD.org |
8 |
COMMENT= Portable ASS/SSA subtitle renderer |
9 |
COMMENT= Portable ASS/SSA subtitle renderer |
Lines 14-22
LIB_DEPENDS= libfreetype.so:print/freetype2 \
Link Here
|
14 |
libfribidi.so:converters/fribidi \ |
15 |
libfribidi.so:converters/fribidi \ |
15 |
libfontconfig.so:x11-fonts/fontconfig |
16 |
libfontconfig.so:x11-fonts/fontconfig |
16 |
|
17 |
|
17 |
USE_GITHUB= yes |
18 |
USES= autoreconf iconv libtool pathfix pkgconfig tar:xz |
18 |
|
|
|
19 |
USES= autoreconf iconv libtool pathfix pkgconfig |
20 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
21 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
22 |
INSTALL_TARGET= install-strip |
21 |
INSTALL_TARGET= install-strip |