From 104427d1683538837aa4e300631d9561ed761a0d Mon Sep 17 00:00:00 2001 From: abs Date: Sat, 9 Jul 2011 10:24:18 +0000 Subject: Added multimedia/libass version 0.9.12 libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter. --- multimedia/libass/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 multimedia/libass/Makefile (limited to 'multimedia/libass/Makefile') diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile new file mode 100644 index 00000000000..d1da809f5c4 --- /dev/null +++ b/multimedia/libass/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/07/09 10:24:18 abs Exp $ +# + +DISTNAME= libass-0.9.12 +CATEGORIES= multimedia +MASTER_SITES= http://libass.googlecode.com/files/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://code.google.com/p/libass/ +COMMENT= Portable subtitle renderer for the ASS/SSA subtitle format +LICENSE= isc + +PKG_DESTDIR_SUPPORT= user-destdir + +WRKSRC= ${WRKDIR}/libass-0.9.12 +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= libass.pc.in + +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../fonts/fontconfig/buildlink3.mk" +.include "../../textproc/enca/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3