29 lines
818 B
Makefile
29 lines
818 B
Makefile
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtksourceview-sharp
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/gtksourceview-sharp-2.0/
|
|
DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
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
|
|
USE_GMAKE= yes
|
|
|
|
NO_STAGE= 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>
|