22 lines
523 B
Makefile
22 lines
523 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gtk-sharp-beans
|
|
PORTVERSION= 2.14.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
COMMENT= Extensions on top of GTK-sharp
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:devel/gio-sharp
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs
|
|
USES= gmake pathfix pkgconfig tar:bzip2
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|