1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/coolmail/Makefile

30 lines
656 B
Makefile
Raw Normal View History

# New ports collection makefile for: coolmail
# Version required: 1.3
# Date created: Mon 6 Jul 12:00:06 CEST 1998
# Whom: Udo Schweigert <ust@cert.siemens.de>
#
# $Id: Makefile,v 1.4 1998/11/28 02:18:45 asami Exp $
#
DISTNAME= coolmail-1.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=system/mail/biffs
EXTRACT_SUFX= .tgz
MAINTAINER= ust@cert.siemens.de
1998-11-28 02:18:45 +00:00
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>