2006-02-19 09:23:42 +01:00
|
|
|
# New ports collection makefile for: gtksourceview-sharp
|
|
|
|
# Date created: 20040821
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-23 05:30:47 +02:00
|
|
|
# $Id: Makefile,v 1.30 2007/05/19 17:34:30 killfill Exp $
|
2006-02-19 09:23:42 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtksourceview-sharp
|
2009-02-09 10:00:01 +01:00
|
|
|
PORTVERSION= 0.12
|
2006-02-19 09:23:42 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2008-05-31 11:07:57 +02:00
|
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/gtksourceview-sharp-2.0/
|
2006-02-19 09:23:42 +01:00
|
|
|
DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
|
|
|
|
|
2009-02-09 10:00:01 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2007-02-04 23:40:40 +01:00
|
|
|
COMMENT= gtksourview bindings for Mono.
|
2006-02-19 09:23:42 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
|
|
|
|
monodoc:${PORTSDIR}/devel/mono-tools
|
|
|
|
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \
|
|
|
|
monodoc:${PORTSDIR}/devel/mono-tools
|
|
|
|
|
2007-10-23 05:30:47 +02:00
|
|
|
USE_BZIP2= yes
|
2007-02-04 23:40:40 +01:00
|
|
|
USE_GNOME= gtksourceview gnomehack gtksharp20
|
2006-02-19 09:23:42 +01:00
|
|
|
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>
|