aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gnumail/Makefile
blob: 85d13dc87cf632087079574fc31ba4bf486de024 (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
36
37
38
# New ports collection makefile for:    GNUMail
# Date created:         11 Jun 2001
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnumail
PORTVERSION=    1.0.3
PORTREVISION=   2
CATEGORIES= mail
MASTER_SITES=   http://www.collaboration-world.com/gnumail.data/releases/Stable/ \
        ftp://ftp.gnustep.org/pub/gnustep/usr-apps/
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
MAKEFILE=
ALL_TARGET=

.include <bsd.port.pre.mk>

USE_GNUSTEP_BACK=   yes
USE_GNUSTEP_BUILD=  yes
USE_GNUSTEP_INSTALL=    yes
.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"

PANTOMIME_PORT?=    mail/pantomime

.include <bsd.port.post.mk>