1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/mail/cmail/Makefile

26 lines
456 B
Makefile
Raw Normal View History

# New ports collection makefile for: cmail
# Date created: 31 Dec 1998
# Whom: Chip Marshall <chip@chocobo.cx>
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
#
2000-04-13 20:01:08 +00:00
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>