diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-05 16:56:28 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-05 16:56:28 +0000 |
commit | 1eeffbaf66afba047c4d1e7d6c98c6ffd03052f6 (patch) | |
tree | 6379c8b9090ea3efd67d07ea616a08692366ac61 /mail/liamail/Makefile | |
parent | 423c484d026b4e0727cf261d13295c0f5856b9b3 (diff) | |
download | FreeBSD-ports-1eeffbaf66afba047c4d1e7d6c98c6ffd03052f6.zip FreeBSD-ports-1eeffbaf66afba047c4d1e7d6c98c6ffd03052f6.tar.gz |
add liamail 0.4
A graphical mail client
Diffstat (limited to 'mail/liamail/Makefile')
-rw-r--r-- | mail/liamail/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
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 <bsd.port.mk> |