aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime2-sharp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/gmime2-sharp/Makefile')
-rw-r--r--mail/gmime2-sharp/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile
deleted file mode 100644
index 6bb1f6f2c85e..000000000000
--- a/mail/gmime2-sharp/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-
-PORTREVISION= 5
-CATEGORIES= mail
-PKGNAMESUFFIX= 2-sharp
-
-MAINTAINER= mono@FreeBSD.org
-COMMENT= Mono bindings for gmime
-
-IGNORE= try to install weaked-named assembly into the GAC
-
-LIB_DEPENDS= libgmime-2.0.so:mail/gmime2
-
-MASTERDIR= ${.CURDIR}/../gmime2
-BUILD_WRKSRC= ${WRKSRC}/mono
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-
-USES= mono
-USE_GNOME= glib20 gtksharp20
-CONFIGURE_ARGS= --enable-mono=yes
-
-# Else we conflict with mail/gmime2
-OPTIONS_EXCLUDE=DOCS
-
-# 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 "${MASTERDIR}/Makefile"