diff options
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 000000000000..f7b53b140760 --- /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> |