freebsd-ports/multimedia/sublib/Makefile
Baptiste Daroussin 093250095d Deprecate unmaintained ports from multimedia where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-14 17:53:27 +00:00

32 lines
731 B
Makefile

# New ports collection makefile for: sublib
# Date created: 12 May 2008
# Whom: Marcin Simonides <marcin@studio4plus.com>
#
# $FreeBSD$
#
PORTNAME= sublib
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= multimedia textproc
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Subtitle handling library for .NET/Mono
DEPRECATED= Upstream has disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
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>