1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/x11-toolkits/gtksourceview-sharp/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

34 lines
980 B
Makefile

# New ports collection makefile for: gtksourceview-sharp
# Date created: 20040821
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
# $Id: Makefile,v 1.30 2007/05/19 17:34:30 killfill Exp $
#
PORTNAME= gtksourceview-sharp
PORTVERSION= 0.11
PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/gtksourceview-sharp-2.0/
DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
MAINTAINER= bsd-sharp-list@forge.novell.com
COMMENT= gtksourview bindings for Mono.
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
monodoc:${PORTSDIR}/devel/mono-tools
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \
monodoc:${PORTSDIR}/devel/mono-tools
USE_BZIP2= yes
USE_GNOME= gtksourceview gnomehack gtksharp20
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>