1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/multimedia/libass/Makefile
Baptiste Daroussin 2b3510e22a - update to 0.9.12
- change license from GPLv2 to ISCL
2011-07-11 11:32:55 +00:00

30 lines
606 B
Makefile

# New ports collection makefile for: libass
# Date created: 2011-03-23
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libass
PORTVERSION= 0.9.12
CATEGORIES= multimedia devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= bapt@FreeBSD.org
COMMENT= Portable ASS/SSA subtitle renderer
LICENSE= ISCL
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
enca.5:${PORTSDIR}/converters/enca \
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
expat.6:${PORTSDIR}/textproc/expat2
USE_GNOME= pkgconfig gnomehack
USE_XZ= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>