mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
add liamail 0.4
A graphical mail client
This commit is contained in:
parent
46fd38df4c
commit
dca83d7f79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55586
@ -77,6 +77,7 @@
|
||||
SUBDIR += kiltdown
|
||||
SUBDIR += knewmail
|
||||
SUBDIR += lbdb
|
||||
SUBDIR += liamail
|
||||
SUBDIR += libesmtp
|
||||
SUBDIR += liboe
|
||||
SUBDIR += listar
|
||||
|
30
mail/liamail/Makefile
Normal file
30
mail/liamail/Makefile
Normal file
@ -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>
|
1
mail/liamail/distinfo
Normal file
1
mail/liamail/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (liamail-0.4.tar.gz) = 98555042b2bef2b77adb5a9505b35a31
|
11
mail/liamail/files/patch-Makefile.in
Normal file
11
mail/liamail/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Wed Mar 6 00:46:40 2002
|
||||
+++ Makefile.in Wed Mar 6 00:46:46 2002
|
||||
@@ -71,7 +71,7 @@
|
||||
QT_MSG2QM = @QT_MSG2QM@
|
||||
VERSION = @VERSION@
|
||||
|
||||
-SUBDIRS = src po
|
||||
+SUBDIRS = src
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
1
mail/liamail/pkg-comment
Normal file
1
mail/liamail/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A graphical mail client
|
4
mail/liamail/pkg-descr
Normal file
4
mail/liamail/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Liamail is a graphical email client written with libraries QT. Liamail is
|
||||
like Outlook express.
|
||||
|
||||
WWW: http://www.liamail.org/
|
1
mail/liamail/pkg-plist
Normal file
1
mail/liamail/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/liamail
|
Loading…
Reference in New Issue
Block a user