freebsd-ports/mail/cvsmail/Makefile
Edwin Groothuis 61ae71f5d1 [update orphan port] : mail/cvsmail
- Update cvsmail to 2.1

PR:		ports/48530
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-02-24 06:49:04 +00:00

25 lines
593 B
Makefile

# New ports collection makefile for: cvsmail
# Date created: 23rd August, 2000
# Whom: Ben Smithurst <ben@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cvsmail
PORTVERSION= 2.1
CATEGORIES= mail
MASTER_SITES= http://www.smithurst.org/ben/software/mail/dists/
DISTNAME= mailutils-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A small program to add cvsweb links to FreeBSD commit messages
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>