freebsd-ports/x11-toolkits/gtk-sharp-beans/Makefile
Romain Tartière 6d75ac3083 Gtk# Beans aims to fill the gap between the current Gtk# packages state and all
the blings and desktop integration stuffs anyone would want to use.

It builds on top of Gtk# and extend it by adding new classes and extension
methods.

WWW:	http://gitorious.org/gtk-sharp-beans

Feature safe:	yes
2012-10-16 13:21:28 +00:00

24 lines
568 B
Makefile

# $FreeBSD$
PORTNAME= gtk-sharp-beans
PORTVERSION= 2.14.1
CATEGORIES= x11-toolkits
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= Extensions on top of GTK-sharp
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:${PORTSDIR}/devel/gio-sharp
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
.include <bsd.port.pre.mk>
post-extract:
${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \
${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>