freebsd-ports/multimedia/sublib/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

30 lines
693 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= 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
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
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>