2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Udo Schweigert <ust@cert.siemens.de>
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1998-07-13 01:04:33 +02:00
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= coolmail
|
2001-02-05 16:11:27 +01:00
|
|
|
PORTVERSION= 1.3
|
2009-04-11 10:09:54 +02:00
|
|
|
PORTREVISION= 3
|
1998-07-13 01:04:33 +02:00
|
|
|
CATEGORIES= mail
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SUNSITE/system/mail/biffs
|
1998-07-13 01:04:33 +02:00
|
|
|
|
2003-10-26 11:57:56 +01:00
|
|
|
MAINTAINER= udo.schweigert@siemens.com
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Xbiff like mail tool with animated 3D graphics
|
1998-07-13 01:04:33 +02:00
|
|
|
|
2014-06-06 17:33:39 +02:00
|
|
|
PLIST_FILES= bin/coolmail \
|
|
|
|
man/man1/coolmail.1.gz
|
|
|
|
|
2019-11-06 19:07:22 +01:00
|
|
|
USES= tar:tgz xorg
|
2008-03-22 00:55:13 +01:00
|
|
|
USE_XORG= x11 xext xmu xi
|
1998-07-13 01:04:33 +02:00
|
|
|
PATCH_STRIP= -p1
|
|
|
|
|
|
|
|
do-install:
|
2014-06-06 17:33:39 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${STAGEDIR}${PREFIX}/bin/coolmail
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/coolmail.man ${STAGEDIR}${PREFIX}/man/man1/coolmail.1
|
1998-07-13 01:04:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|