summaryrefslogtreecommitdiff
path: root/mail/coolmail/Makefile
blob: f7421e63a5658783fccd0998ea145ae97e84c3a6 (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
24
25
26
27
28
29
30
# New ports collection makefile for:	coolmail
# Date created:			Mon  6 Jul 12:00:06 CEST 1998
# Whom:				Udo Schweigert <ust@cert.siemens.de>
#
# $FreeBSD$
#

PORTNAME=	coolmail
PORTVERSION=	1.3
CATEGORIES=	mail
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=system/mail/biffs
EXTRACT_SUFX=	.tgz

MAINTAINER=	ust@cert.siemens.de
COMMENT=	A Xbiff like mail tool with animated 3D graphics

USE_XLIB=	yes
PATCH_STRIP=	-p1

MAN1=		coolmail.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${PREFIX}/bin/coolmail
	${INSTALL_MAN} ${WRKSRC}/coolmail.man ${PREFIX}/man/man1/coolmail.1

post-install:
	strip ${PREFIX}/bin/coolmail

.include <bsd.port.mk>