summaryrefslogtreecommitdiff
path: root/mail/cmail/Makefile
blob: 491694965cacf446f0d980e0ba0f0e43231f9952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	cmail
# Date created:		31 Dec 1998
# Whom:			Chip Marshall <chip@chocobo.cx>
#
# $FreeBSD$
#

PORTNAME=	cmail
PORTVERSION=	3.1
CATEGORIES=	mail
MASTER_SITES=	ftp://ftp.eboai.org/pub/users/chip/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	chip@chocobo.cx

USE_BZIP2=	yes

PERL_CONFIGURE=	yes

MAN1=		cmail.1

post-install:
	${INSTALL_MAN} ${WRKSRC}/cmailrc.sample ${PREFIX}/share/examples/cmailrc.sample

.include <bsd.port.mk>