blob: dab77e6c46316b674a10c3eaeabc690a45c9c725 (
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: 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
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>
|