mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
98667694e1
- USES=libtool - Use USES+= to fix slave port. - Remove LATEST_LINK and PTHREAD_CFLAGS. - Remove $FreeBSD$ from patch. mail/dbmail22: - USES=libtool. - Remove -fPIC, PTHREAD_CFLAGS and PTHREAD_LIBS. - Remove pre-install target. Not needed with staging. PR: ports/189749
34 lines
807 B
Makefile
34 lines
807 B
Makefile
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
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:${PORTSDIR}/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"
|