# New ports collection makefile for:	sublib
# Date created:				12 May 2008
# Whom:				Marcin Simonides <marcin@studio4plus.com>
#
# $FreeBSD: ports/multimedia/sublib/Makefile,v 1.3 2008/08/21 06:17:48 rafan Exp $
#

PORTNAME=	sublib
PORTVERSION=	0.9
PORTREVISION=	1
CATEGORIES=	multimedia textproc
MASTER_SITES=	SF

MAINTAINER=	marcin@studio4plus.com
COMMENT=	Subtitle handling library for .NET/Mono

BUILD_DEPENDS=	mono:${PORTSDIR}/lang/mono
RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono

USE_ZIP=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	gnomehack

USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>
