aboutsummaryrefslogtreecommitdiff
path: root/mail/coolmail/Makefile
blob: 3d0344c49375c5067b706fbcd2a3b084d25dd6b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Udo Schweigert <ust@cert.siemens.de>

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>