1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/mail/xc-mail/Makefile
Trevor Johnson 34b7bd26df Add mail/xc-mail, an RFC 2015-aware e-mail client.
Add x11-toolkits/xclasses, required by XCmail.

PR:	21665, 21666
Approved by:	will
2000-10-04 04:52:56 +00:00

32 lines
682 B
Makefile

# New ports collection makefile for: xc-mail
# Date created: 2000-10-01
# Whom: Trevor Johnson <trevor@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= xc-mail
PORTVERSION= 20001001 # from CVS
CATEGORIES= mail
MASTER_SITES= http://people.freebsd.org/~trevor/
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>