diff options
author | garga <garga@FreeBSD.org> | 2007-07-07 07:03:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-07-07 07:03:57 +0800 |
commit | c4483cc9ba019bc5634c172806ebdc9d1e5a43d0 (patch) | |
tree | aeb7fd55a13a59b679eb6f2437ef0438d7a8d154 /mail/wmpop3lb | |
parent | 97a42e795ebc8629800d94e1bd06c5b6dc34e330 (diff) | |
download | freebsd-ports-gnome-c4483cc9ba019bc5634c172806ebdc9d1e5a43d0.tar.gz freebsd-ports-gnome-c4483cc9ba019bc5634c172806ebdc9d1e5a43d0.tar.zst freebsd-ports-gnome-c4483cc9ba019bc5634c172806ebdc9d1e5a43d0.zip |
WMPop3LB is a multi POP3 accounts mailbox checker. It can connect to up to 6
POP3 accounts to check if you have mail, get the "From:" and "Subject:" header
fields of each mail and display them in a 7 lines window. Messages can be
deleted directly off the servers by selecting the mails to delete and clicking
the "delete" button.
WWW: http://wmpop3lb.jourdain.org/
PR: ports/114364
Submitted by: Otavio Fernandes <otaviof at gmail.com>
Diffstat (limited to 'mail/wmpop3lb')
-rw-r--r-- | mail/wmpop3lb/Makefile | 49 | ||||
-rw-r--r-- | mail/wmpop3lb/distinfo | 3 | ||||
-rw-r--r-- | mail/wmpop3lb/pkg-descr | 7 |
3 files changed, 59 insertions, 0 deletions
diff --git a/mail/wmpop3lb/Makefile b/mail/wmpop3lb/Makefile new file mode 100644 index 000000000000..ddd3d987a8c9 --- /dev/null +++ b/mail/wmpop3lb/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: wmpop3lb +# Date created: 2007-07-06 +# Whom: Otavio Fernandes <otaviof@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= wmpop3lb +PORTVERSION= 2.4.2 +CATEGORIES= mail windowmaker afterstep +MASTER_SITES= http://lbj.free.fr/wmpop3/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= otaviof@gmail.com +COMMENT= A WindowMaker dock app for multi POP3 accounts mailbox checking + +USE_GMAKE= yes +USE_XORG= xext xpm + +CFLAGS+= -I${LOCALBASE}/include + +PLIST_FILES= bin/wmpop3lb +PORTDOCS= CHANGE_LOG COPYING INSTALL README + +WRKSRC_BUILD= ${WRKSRC}/wmpop3 + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e "s,cc ,${CC} ,g" \ + -e "s,^FLAGS *=.*$$,FLAGS = ${CFLAGS}," \ + -e "s,/usr/X11R6,${LOCALBASE},g" \ + ${WRKSRC_BUILD}/Makefile + +do-build: + @cd ${WRKSRC_BUILD} && ${GMAKE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC_BUILD}/${PORTNAME} ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +. for doc in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +. endfor +.endif + +.include <bsd.port.post.mk> diff --git a/mail/wmpop3lb/distinfo b/mail/wmpop3lb/distinfo new file mode 100644 index 000000000000..f3cb9acfd6c2 --- /dev/null +++ b/mail/wmpop3lb/distinfo @@ -0,0 +1,3 @@ +MD5 (wmpop3lb2.4.2.tar.gz) = 40760d8963c25d58dea84679a390f1ac +SHA256 (wmpop3lb2.4.2.tar.gz) = 209b5ca409f226032b1200779e09f3d45a3522bc08eeb9f1b63e14bd04e780f3 +SIZE (wmpop3lb2.4.2.tar.gz) = 37391 diff --git a/mail/wmpop3lb/pkg-descr b/mail/wmpop3lb/pkg-descr new file mode 100644 index 000000000000..557a494559a9 --- /dev/null +++ b/mail/wmpop3lb/pkg-descr @@ -0,0 +1,7 @@ +WMPop3LB is a multi POP3 accounts mailbox checker. It can connect to up to 6 +POP3 accounts to check if you have mail, get the "From:" and "Subject:" header +fields of each mail and display them in a 7 lines window. Messages can be +deleted directly off the servers by selecting the mails to delete and clicking +the "delete" button. + +WWW: http://wmpop3lb.jourdain.org/ |