2005-10-05 04:17:58 +02:00
|
|
|
# New ports collection makefile for: gmime2-sharp
|
|
|
|
# Date Created: 20050513
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-01-14 23:00:26 +01:00
|
|
|
# $Id: Makefile,v 1.15 2005/11/23 01:39:36 tmclau02 Exp $
|
2005-10-05 04:17:58 +02:00
|
|
|
#
|
|
|
|
|
2006-05-01 02:00:24 +02:00
|
|
|
PORTREVISION= 0
|
2005-10-05 04:17:58 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
PKGNAMESUFFIX= -sharp
|
|
|
|
|
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
|
|
|
COMMENT= Mono bindings for gmime
|
|
|
|
|
2006-05-01 02:00:24 +02:00
|
|
|
LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2
|
2005-10-05 04:17:58 +02:00
|
|
|
BUILD_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20
|
|
|
|
RUN_DEPENDS= gapi2-parser:${PORTSDIR}/x11-toolkits/gtk-sharp20
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../gmime2
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/mono
|
|
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
|
|
|
USE_GNOME= gnomehack gnometarget glib20
|
|
|
|
CONFIGURE_ARGS= --enable-mono=yes
|
|
|
|
|
2006-05-01 02:00:24 +02:00
|
|
|
LATEST_LINK= gmime2-sharp
|
2005-10-14 05:19:43 +02:00
|
|
|
|
2005-10-05 04:17:58 +02:00
|
|
|
# Else we conflict with mail/gmime2
|
|
|
|
NOPORTDOCS= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \
|
|
|
|
${WRKSRC}/mono/gmime-sharp.dll.config.in
|
|
|
|
|
2005-11-10 05:33:02 +01:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
2005-10-05 04:17:58 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|