freebsd-ports/mail/cvsmail/Makefile
Ben Smithurst 3aa40b1928 Bump to version 1.7, which better supports Joe's recent changes to the
commit mail script, along with a couple of other features requested by Joe
(see -c, -u, and -U in the manual page for details).
2001-09-16 21:01:59 +00:00

24 lines
521 B
Makefile

# New ports collection makefile for: cvsmail
# Date created: 23rd August, 2000
# Whom: Ben Smithurst <ben@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cvsmail
PORTVERSION= 1.7
CATEGORIES= mail
MASTER_SITES= http://www.smithurst.org/ben/software/mail/dists/
DISTNAME= mailutils-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
ALL_TARGET= cvsmail
MANCOMPRESSED= no
MAN1= cvsmail.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${PREFIX}/man/man1
.include <bsd.port.mk>