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

PORTNAME=	xc-mail
PORTVERSION=	20001018
CATEGORIES=	mail
MASTER_SITES=	ftp://trilug.fh-trier.de/pub/XCmail/cvs-snapshot/
DISTNAME=	${PORTNAME}-1.3devel

MAINTAINER=	trevor@FreeBSD.org

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

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>