aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gnumail/Makefile
blob: 2a1c954ea9f07138c8d3f0390e7d7c37cf242d4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    GNUMail
# Date created:         11 Jun 2001
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnumail
PORTVERSION=    1.1.1
CATEGORIES= mail
MASTER_SITES=   http://www.collaboration-world.com/gnumail.data/releases/Stable/
DISTNAME=   GNUMail-${PORTVERSION}

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    GNUstep mail client

BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
RUN_DEPENDS+=   ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}

PREFIX=     ${LOCALBASE}/GNUstep
NO_MTREE=   yes
WRKSRC=     ${WRKDIR}/GNUMail
USE_GMAKE=  yes
USE_GNUSTEP=    yes
USE_GNUSTEP_BACK=   yes
USE_GNUSTEP_BUILD=  yes
USE_GNUSTEP_INSTALL=    yes
MAKEFILE=
ALL_TARGET=

.include <bsd.port.pre.mk>

PANTOMIME_PORT?=    mail/pantomime

.include <bsd.port.post.mk>
ons'>+24 * Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-261-0/+46 |\ | * whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-0/+46 * | rpc: fix closure problem in batch processing (#14688)bloonfield2017-06-261-2/+2 |/ * Merge pull request #13885 from bas-vk/rpc_generic_pubsubPéter Szilágyi2017-05-036-55/+217 |\ | * rpc: support subscriptions under custom namespacesBas van Kervel2017-04-256-55/+217 * | rpc: disable CORS if user has not specified custom configBas van Kervel2017-05-021-0/+5 |/ * Merge pull request #13886 from bas-vk/rpc_blocknum_parsePéter Szilágyi2017-04-182-39/+86 |\ | * rpc: improve BlockNumber unmarshal parsingBas van Kervel2017-04-132-39/+86 * | cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-133-13/+8 * | cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-3/+1 |/ * rpc: honour pending requests before tearing conn down (#3814)Péter Szilágyi2017-03-241-14/+28 * all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-2318-252/+32 * rpc: add support for extended headers in CORS requests (#3783)Micah Zoltu2017-03-161-0/+1 * all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-23