freebsd-ports/mail/cmail/Makefile
Kevin Lo c79d0c866a Upgrade to version 3.1
A few notes I changed in Makefile:
- Remove USE_PERL5
- Add MAN1

PR: 26133
Submitted by: MAINTAINER
2001-03-27 13:06:15 +00:00

25 lines
456 B
Makefile

# 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>