summaryrefslogtreecommitdiff
path: root/multimedia/libass/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2011-07-09 10:24:18 +0000
committerabs <abs@pkgsrc.org>2011-07-09 10:24:18 +0000
commit104427d1683538837aa4e300631d9561ed761a0d (patch)
treec480c3d398f86c48a9bdd8735c90fe0ff61120e4 /multimedia/libass/Makefile
parent07733fddf768fff7fd7df1de7e27540125adc64d (diff)
downloadpkgsrc-104427d1683538837aa4e300631d9561ed761a0d.tar.gz
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.
Diffstat (limited to 'multimedia/libass/Makefile')
-rw-r--r--multimedia/libass/Makefile27
1 files changed, 27 insertions, 0 deletions
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"