freebsd-ports/mail/coolmail/Makefile

25 lines
577 B
Makefile
Raw Normal View History

# Created by: Udo Schweigert <ust@cert.siemens.de>
1999-08-25 08:51:17 +02:00
# $FreeBSD$
2000-04-13 22:01:08 +02:00
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 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>