diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-04 04:52:56 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-04 04:52:56 +0000 |
commit | 65d912247daae4898a11a2ea4df1c33f5e92e346 (patch) | |
tree | c1c3a74a9dcbbd9609151c584f1baa841e13b595 /mail/xc-mail/Makefile | |
parent | 035ab241ed3ceb24a3680b7b11f09f9a0a2ec043 (diff) | |
download | FreeBSD-ports-65d912247daae4898a11a2ea4df1c33f5e92e346.zip FreeBSD-ports-65d912247daae4898a11a2ea4df1c33f5e92e346.tar.gz |
Add mail/xc-mail, an RFC 2015-aware e-mail client.
Add x11-toolkits/xclasses, required by XCmail.
PR: 21665, 21666
Approved by: will
Diffstat (limited to 'mail/xc-mail/Makefile')
-rw-r--r-- | mail/xc-mail/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/xc-mail/Makefile b/mail/xc-mail/Makefile new file mode 100644 index 0000000..f7b53b1 --- /dev/null +++ b/mail/xc-mail/Makefile @@ -0,0 +1,31 @@ +# 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> |