summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview-sharp/Makefile
blob: b6abbe4d3b6b0a6360946acc336b8d9832cc3d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:        gtksourceview-sharp
# Date created:                     20040821
# Whom:             Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#   $Id: Makefile,v 1.2 2007-10-23 21:25:45 mezz Exp $
#

PORTNAME=   gtksourceview-sharp
PORTVERSION=    0.11
PORTREVISION=   1
CATEGORIES= x11-toolkits
MASTER_SITES=   http://go-mono.com/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>