d34512b3b0
mail/coolmail: Update maintainer's email PR: 248687 Submitted by: Udo.Schweigert@siemens.com (maintainer) Approved by: portmgr blanket (consistent metadata)
25 lines
572 B
Makefile
25 lines
572 B
Makefile
# Created by: Udo Schweigert <ust@cert.siemens.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= coolmail
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SUNSITE/system/mail/biffs
|
|
|
|
MAINTAINER= udo@schweigert-muc.de
|
|
COMMENT= Xbiff like mail tool with animated 3D graphics
|
|
|
|
PLIST_FILES= bin/coolmail \
|
|
man/man1/coolmail.1.gz
|
|
|
|
USES= tar:tgz xorg
|
|
USE_XORG= x11 xext xmu xi
|
|
PATCH_STRIP= -p1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${STAGEDIR}${PREFIX}/bin/coolmail
|
|
${INSTALL_MAN} ${WRKSRC}/coolmail.man ${STAGEDIR}${PREFIX}/man/man1/coolmail.1
|
|
|
|
.include <bsd.port.mk>
|