# Created by: Udo Schweigert <ust@cert.siemens.de>
# $FreeBSD: head/mail/coolmail/Makefile 386312 2015-05-14 10:15:04Z mat $

PORTNAME=	coolmail
PORTVERSION=	1.3
PORTREVISION=	3
CATEGORIES=	mail
MASTER_SITES=	SUNSITE/system/mail/biffs

MAINTAINER=	udo.schweigert@siemens.com
COMMENT=	Xbiff like mail tool with animated 3D graphics

PLIST_FILES=	bin/coolmail \
		man/man1/coolmail.1.gz

USES=		tar:tgz
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>
