1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/mono-addins/Makefile
Romain Tartière 4245086f3a - Fix pkg-plist.
PR:		ports/147503
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-06-06 10:10:14 +00:00

47 lines
1.0 KiB
Makefile

# New ports collection makefile for: mono-addins
# Date created: Aug 25 2008
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mono-addins
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono framework to create extensible applications
LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono.pc:${PORTSDIR}/lang/mono
BUILD_DEPENDS+= ${LIB_PC_DEPENDS}
RUN_DEPENDS+= ${LIB_PC_DEPENDS}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig
MAKE_JOBS_UNSAFE= yes
OPTIONS= GTK2 "Enable GTK support" on
MAN1= mautil.1
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.if !defined(WITHOUT_GTK2) && !defined(WITHOUT_GUI) && !defined(WITHOUT_X11)
USE_GNOME+= gtksharp20
CONFIGURE_ARGS+= --enable-gui
PLIST_SUB+= OPT_GTK2=""
.else
CONFIGURE_ARGS+= --disable-gui
PLIST_SUB+= OPT_GTK2="@comment "
.endif
.include <bsd.port.post.mk>