mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add wmymail, small DockApp to display the number of new mail
messages in a user's inbox. It uses fetchmail and libdockapp. PR: 42072 Submitted by: Bruce M Simpson <bms@spc.org>
This commit is contained in:
parent
906409396d
commit
a4b44572ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83669
@ -330,6 +330,7 @@
|
||||
SUBDIR += wmmaiload
|
||||
SUBDIR += wmmultipop3
|
||||
SUBDIR += wmpop3
|
||||
SUBDIR += wmymail
|
||||
SUBDIR += xbuffy
|
||||
SUBDIR += xc-mail
|
||||
SUBDIR += xfmail
|
||||
|
23
mail/wmymail/Makefile
Normal file
23
mail/wmymail/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: wmymail
|
||||
# Date created: 27 August 2002
|
||||
# Whom: Bruce M Simpson <bms@spc.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wmymail
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= mail x11
|
||||
MASTER_SITES= http://yath.mine.nu/wmymail/ \
|
||||
http://dockapps.org/files/65/96/
|
||||
|
||||
MAINTAINER= bms@spc.org
|
||||
COMMENT= Check inbox using a WindowMaker DockApp
|
||||
|
||||
LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp
|
||||
RUN_DEPENDS= fetchmail:${PORTSDIR}/mail/fetchmail
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/wmymail/distinfo
Normal file
1
mail/wmymail/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmymail-0.2.tar.gz) = c2600ab388e92c6a1474e3f30aecf4bf
|
49
mail/wmymail/files/patch-Makefile
Normal file
49
mail/wmymail/files/patch-Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
--- Makefile.orig Fri Jul 27 00:25:37 2001
|
||||
+++ Makefile Tue Aug 27 12:34:53 2002
|
||||
@@ -1,32 +1,22 @@
|
||||
#
|
||||
-# Makefile for wmymail
|
||||
+# Makefile for xmymail (FreeBSD) -bms
|
||||
#
|
||||
|
||||
+PROG= wmymail
|
||||
|
||||
-VERSION = 0.2
|
||||
-CC = gcc
|
||||
-LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext -ldockapp
|
||||
-CFLAGS = -O2 -I/usr/X11R6/include -Wall
|
||||
-XPMS = xpm/main.xpm xpm/mbox_1.xpm xpm/mbox_2.xpm xpm/mbox_3.xpm \
|
||||
- xpm/numbers.xpm xpm/unumbers.xpm
|
||||
-DISTFILES = Makefile README README.old ChangeLog wmymail.c raw-envelope.jpg
|
||||
+SRCS= wmymail.c
|
||||
+
|
||||
+CFLAGS+= -I${X11BASE}/include -O2 -Wall
|
||||
+LDADD+= -lXpm -lX11 -lXext -ldockapp
|
||||
+LDADD+= -L${X11BASE}/lib
|
||||
|
||||
-default all target: wmymail
|
||||
+NOMAN=
|
||||
+
|
||||
+XPMS= xpm/main.xpm xpm/mbox_1.xpm xpm/mbox_2.xpm xpm/mbox_3.xpm \
|
||||
+ xpm/numbers.xpm xpm/unumbers.xpm
|
||||
|
||||
-wmymail: wmymail.o
|
||||
- $(CC) $< $(CFLAGS) $(LIBS) -o $@
|
||||
+BINDIR?= ${X11BASE}/bin
|
||||
|
||||
-wmymail.o: wmymail.c $(XPMS)
|
||||
- $(CC) $(CFLAGS) $(MY_INCS) -o $@ -c $<
|
||||
-
|
||||
-clean:
|
||||
- rm -f wmymail wmymail.o
|
||||
-
|
||||
-dist:
|
||||
- rm -fr wmymail-$(VERSION)
|
||||
- mkdir -p wmymail-$(VERSION)/xpm
|
||||
- cp $(DISTFILES) wmymail-$(VERSION)
|
||||
- cp $(XPMS) wmymail-$(VERSION)/xpm
|
||||
- rm -f wmymail-$(VERSION).tar.gz
|
||||
- tar czvf wmymail-$(VERSION).tar.gz wmymail-$(VERSION)
|
||||
+wmymail.o: wmymail.c ${XPMS}
|
||||
|
||||
+.include <bsd.prog.mk>
|
7
mail/wmymail/pkg-descr
Normal file
7
mail/wmymail/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
wmymail is a small program which uses the fetchmail port to determine how
|
||||
many new messages are in your inbox.
|
||||
|
||||
WWW: http://dockapps.org/file.php/id/65
|
||||
|
||||
Bruce
|
||||
bms@spc.org
|
1
mail/wmymail/pkg-plist
Normal file
1
mail/wmymail/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/wmymail
|
Loading…
Reference in New Issue
Block a user