freebsd-ports/mail/coolmail/Makefile

29 lines
648 B
Makefile
Raw Normal View History

# New ports collection makefile for: coolmail
# Date created: Mon 6 Jul 12:00:06 CEST 1998
# Whom: 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
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=system/mail/biffs
EXTRACT_SUFX= .tgz
MAINTAINER= udo.schweigert@siemens.com
2003-02-21 13:51:06 +01:00
COMMENT= A Xbiff like mail tool with animated 3D graphics
1998-11-28 03:18:45 +01:00
USE_XLIB= yes
PATCH_STRIP= -p1
MAN1= coolmail.1
PLIST_FILES= bin/coolmail
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${PREFIX}/bin/coolmail
${INSTALL_MAN} ${WRKSRC}/coolmail.man ${PREFIX}/man/man1/coolmail.1
.include <bsd.port.mk>