mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
27 lines
595 B
Makefile
27 lines
595 B
Makefile
# Created by: Udo Schweigert <ust@cert.siemens.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= coolmail
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR=system/mail/biffs
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= udo.schweigert@siemens.com
|
|
COMMENT= A Xbiff like mail tool with animated 3D graphics
|
|
|
|
USE_XORG= x11 xext xmu xi
|
|
PATCH_STRIP= -p1
|
|
|
|
MAN1= coolmail.1
|
|
PLIST_FILES= bin/coolmail
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${PREFIX}/bin/coolmail
|
|
${INSTALL_MAN} ${WRKSRC}/coolmail.man ${PREFIX}/man/man1/coolmail.1
|
|
|
|
.include <bsd.port.mk>
|