From 1eeffbaf66afba047c4d1e7d6c98c6ffd03052f6 Mon Sep 17 00:00:00 2001 From: ijliao Date: Tue, 5 Mar 2002 16:56:28 +0000 Subject: add liamail 0.4 A graphical mail client --- mail/liamail/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mail/liamail/Makefile (limited to 'mail/liamail/Makefile') diff --git a/mail/liamail/Makefile b/mail/liamail/Makefile new file mode 100644 index 0000000..379b98f --- /dev/null +++ b/mail/liamail/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: liamail +# Date created: Mar 4, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= liamail +PORTVERSION= 0.4 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +USE_QT_VER= 2 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnugetopt" \ + QTDIR="${X11BASE}" +USE_GMAKE= yes + +post-patch: + @${PERL} -pi -e "s/qt.so/qt2.so/g" ${WRKSRC}/configure + @${PERL} -pi -e "s/-lqt/-lqt2/g" ${WRKSRC}/src/Makefile.in + +.include -- cgit v1.1