diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-07-06 23:03:57 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-07-06 23:03:57 +0000 |
commit | c554feaf60e2f9c215bcdb5cddcfe3f48df03484 (patch) | |
tree | b9001516b1b53ed5796aef437026c4a14d6dcf1e /mail/wmpop3lb | |
parent | e072b4ee432fea5e052269e14a4f8412a93c745f (diff) |
Notes
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/ |