asmail port
This commit is contained in:
parent
f907d721a3
commit
5692d734e4
40
mail/asmail/Makefile
Normal file
40
mail/asmail/Makefile
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# OpenBSD makefile for: asmail
|
||||||
|
# Version required: 0.50
|
||||||
|
# Date created: 16 May 1998
|
||||||
|
# Whom: Angelos D. Keromytis
|
||||||
|
#
|
||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/17 04:11:44 angelos Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= asmail-0.50
|
||||||
|
CATEGORIES= mail x11
|
||||||
|
MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/apps/asmail/ \
|
||||||
|
ftp://ftp.cs.tu-berlin.de/pub/X/afterstep/apps/asmail/
|
||||||
|
|
||||||
|
MAINTAINER= angelos@openbsd.org
|
||||||
|
|
||||||
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||||
|
|
||||||
|
USE_IMAKE= yes
|
||||||
|
|
||||||
|
PIXMAPS= e/e-no.xpm e/e0.xpm e/e1.xpm e/e10.xpm e/e11.xpm e/e2.xpm \
|
||||||
|
e/e3.xpm e/e4.xpm e/e5.xpm e/e6.xpm e/e7.xpm e/e8.xpm e/e9.xpm \
|
||||||
|
monitor-e/monitor-e0.xpm monitor-e/monitor-e1.xpm \
|
||||||
|
monitor-e/monitor-e10.xpm monitor-e/monitor-e11.xpm \
|
||||||
|
monitor-e/monitor-e2.xpm monitor-e/monitor-e3.xpm \
|
||||||
|
monitor-e/monitor-e4.xpm monitor-e/monitor-e5.xpm \
|
||||||
|
monitor-e/monitor-e6.xpm monitor-e/monitor-e7.xpm \
|
||||||
|
monitor-e/monitor-e8.xpm monitor-e/monitor-e9.xpm \
|
||||||
|
monitor-e/monitor-no.xpm std/newmail.xpm \
|
||||||
|
std/newmail_s.xpm std/nomail.xpm std/nomail_s.xpm \
|
||||||
|
std/oldmail.xpm std/oldmail_s.xpm
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.for pixmap in ${PIXMAPS}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/pixmaps/${pixmap} ${PREFIX}/include/X11/pixmaps
|
||||||
|
.endfor
|
||||||
|
${MKDIR} ${PREFIX}/share/doc/asmail
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/sample.asmailrc ${PREFIX}/share/doc/asmail
|
||||||
|
strip ${PREFIX}/bin/asmail
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
mail/asmail/files/md5
Normal file
1
mail/asmail/files/md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (asmail-0.50.tar.gz) = 3f6f2aa9cf9d91ee77f2190b45ea6e94
|
13
mail/asmail/patches/patch-aa
Normal file
13
mail/asmail/patches/patch-aa
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
*** Imakefile Sun Nov 3 11:54:27 1996
|
||||||
|
--- /home/brett/temp/work/asmail-0.50/Imakefile Wed Aug 13 14:25:04 1997
|
||||||
|
***************
|
||||||
|
*** 1,4 ****
|
||||||
|
! XPMLIB = -L/usr/lib/X11 -lXpm
|
||||||
|
XTLIB = -lXt
|
||||||
|
DEPLIBS = $(DEPXLIB) $(DEPXTOOLLIB)
|
||||||
|
LOCAL_LIBRARIES = $(XPMLIB) $(XTLIB) $(XLIB) $(XTOOLLIB)
|
||||||
|
--- 1,4 ----
|
||||||
|
! XPMLIB = -lXpm
|
||||||
|
XTLIB = -lXt
|
||||||
|
DEPLIBS = $(DEPXLIB) $(DEPXTOOLLIB)
|
||||||
|
LOCAL_LIBRARIES = $(XPMLIB) $(XTLIB) $(XLIB) $(XTOOLLIB)
|
1
mail/asmail/pkg/COMMENT
Normal file
1
mail/asmail/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
|||||||
|
This is a biff type program, designed to match AfterStep.
|
7
mail/asmail/pkg/DESCR
Normal file
7
mail/asmail/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Asmail is a "mail-checker" like xbiff, but with the Afterstep
|
||||||
|
look & feel. It indicates the status of your mailbox.
|
||||||
|
It can be put in the Wharf, execute a program on incoming mail,
|
||||||
|
execute a program upon mouseclick, show animations and more...
|
||||||
|
|
||||||
|
-Brett
|
||||||
|
brett@peloton.physics.montana.edu
|
36
mail/asmail/pkg/PLIST
Normal file
36
mail/asmail/pkg/PLIST
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
bin/asmail
|
||||||
|
man/man1/asmail.1
|
||||||
|
share/doc/asmail/sample.asmailrc
|
||||||
|
include/X11/pixmaps/e-no.xpm
|
||||||
|
include/X11/pixmaps/e0.xpm
|
||||||
|
include/X11/pixmaps/e1.xpm
|
||||||
|
include/X11/pixmaps/e10.xpm
|
||||||
|
include/X11/pixmaps/e11.xpm
|
||||||
|
include/X11/pixmaps/e2.xpm
|
||||||
|
include/X11/pixmaps/e3.xpm
|
||||||
|
include/X11/pixmaps/e4.xpm
|
||||||
|
include/X11/pixmaps/e5.xpm
|
||||||
|
include/X11/pixmaps/e6.xpm
|
||||||
|
include/X11/pixmaps/e7.xpm
|
||||||
|
include/X11/pixmaps/e8.xpm
|
||||||
|
include/X11/pixmaps/e9.xpm
|
||||||
|
include/X11/pixmaps/monitor-e0.xpm
|
||||||
|
include/X11/pixmaps/monitor-e1.xpm
|
||||||
|
include/X11/pixmaps/monitor-e10.xpm
|
||||||
|
include/X11/pixmaps/monitor-e11.xpm
|
||||||
|
include/X11/pixmaps/monitor-e2.xpm
|
||||||
|
include/X11/pixmaps/monitor-e3.xpm
|
||||||
|
include/X11/pixmaps/monitor-e4.xpm
|
||||||
|
include/X11/pixmaps/monitor-e5.xpm
|
||||||
|
include/X11/pixmaps/monitor-e6.xpm
|
||||||
|
include/X11/pixmaps/monitor-e7.xpm
|
||||||
|
include/X11/pixmaps/monitor-e8.xpm
|
||||||
|
include/X11/pixmaps/monitor-e9.xpm
|
||||||
|
include/X11/pixmaps/monitor-no.xpm
|
||||||
|
include/X11/pixmaps/newmail.xpm
|
||||||
|
include/X11/pixmaps/newmail_s.xpm
|
||||||
|
include/X11/pixmaps/nomail.xpm
|
||||||
|
include/X11/pixmaps/nomail_s.xpm
|
||||||
|
include/X11/pixmaps/oldmail.xpm
|
||||||
|
include/X11/pixmaps/oldmail_s.xpm
|
||||||
|
@dirrm share/doc/asmail
|
Loading…
Reference in New Issue
Block a user