freebsd-ports/multimedia/libass/Makefile
2013-12-16 17:26:49 +00:00

28 lines
612 B
Makefile

# $FreeBSD$
PORTNAME= libass
PORTVERSION= 0.10.2
CATEGORIES= multimedia devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable ASS/SSA subtitle renderer
LICENSE= ISCL
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libenca.so:${PORTSDIR}/converters/enca \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
libexpat.so:${PORTSDIR}/textproc/expat2 \
libfribidi.so:${PORTSDIR}/converters/fribidi
USES= pathfix pkgconfig
USE_XZ= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.*
.include <bsd.port.mk>