771247d2bd
Approved by: portmgr (blanket)
21 lines
520 B
Makefile
21 lines
520 B
Makefile
PORTNAME= coolmail
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 4
|
|
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 \
|
|
share/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}/share/man/man1/coolmail.1
|
|
|
|
.include <bsd.port.mk>
|