freebsd-ports/mail/gmime24-sharp/Makefile
Romain Tartière 5c80951022 - Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:		ports/143657 [1]
Submitted by:	glewis [1]
2010-06-01 12:41:30 +00:00

38 lines
970 B
Makefile

# New ports collection makefile for: gmime2-sharp
# Date Created: 20050513
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
# $Id: Makefile,v 1.17 2006/10/26 18:37:29 tmclau02 Exp $
#
PORTREVISION= 0
CATEGORIES= mail
PKGNAMESUFFIX= -24-sharp
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono bindings for gmime
LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24
MASTERDIR= ${.CURDIR}/../gmime24
BUILD_WRKSRC= ${WRKSRC}/mono
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME= gnomehack gnometarget glib20 gtksharp20
CONFIGURE_ARGS= --enable-mono=yes
LATEST_LINK= gmime24-sharp
# Else we conflict with mail/gmime24
NOPORTDOCS= yes
# Done in pre-configure because master port has a post-patch target already.
pre-configure:
@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
${WRKSRC}/mono/gmime-sharp.dll.config.in
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include "${MASTERDIR}/Makefile"