aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xc-mail/Makefile
blob: db3290d8fb75363fa3f1c3e2da00e9d8e4d7c7c8 (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
# New ports collection makefile for:    xc-mail
# Date created:     2000-10-01
# Whom:         Trevor Johnson <trevor@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   xc-mail
PORTVERSION=    1.3
PORTEPOCH=  1
CATEGORIES= mail
MASTER_SITES=   http://js.zet.net/XCmail/download/ \
        ftp://trier.linux.de/pub/XCmail/ \
        ftp://ftp.myth.co.uk/pub/mirrors/xcmail/

MAINTAINER= trevor@FreeBSD.org

LIB_DEPENDS=    Xclasses.1:${PORTSDIR}/x11-toolkits/xclasses
RUN_DEPENDS=    ispell:${PORTSDIR}/textproc/ispell

GNU_CONFIGURE=  yes
ONLY_FOR_ARCHS= arm i386
USE_GMAKE=  yes
USE_X_PREFIX=   yes

CONFIGURE_ARGS= \
        --includedir=${X11BASE}/include/ \
        --libdir=${X11BASE}/lib/ \
        --x-includes=${X11BASE}/include/ \
        --x-libraries=${X11BASE}/lib/

CONFIGURE_ENV=  CPPFLAGS="-I${X11BASE}/include" \
        LDFLAGS="-L${X11BASE}/lib" \
        LIBS="-L${X11BASE}/lib"

.include <bsd.port.mk>