2000-08-23 19:58:44 +02:00
|
|
|
# New ports collection makefile for: cvsmail
|
|
|
|
# Date created: 23rd August, 2000
|
|
|
|
# Whom: Ben Smithurst <ben@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2000-08-26 07:01:53 +02:00
|
|
|
#
|
2000-08-23 19:58:44 +02:00
|
|
|
|
|
|
|
PORTNAME= cvsmail
|
2003-02-24 07:49:04 +01:00
|
|
|
PORTVERSION= 2.1
|
2000-08-23 19:58:44 +02:00
|
|
|
CATEGORIES= mail
|
2001-07-12 23:45:49 +02:00
|
|
|
MASTER_SITES= http://www.smithurst.org/ben/software/mail/dists/
|
2000-08-23 19:58:44 +02:00
|
|
|
DISTNAME= mailutils-${PORTVERSION}
|
|
|
|
|
2000-11-01 21:37:04 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A small program to add cvsweb links to FreeBSD commit messages
|
2000-08-23 19:58:44 +02:00
|
|
|
|
|
|
|
ALL_TARGET= cvsmail
|
2000-08-29 19:21:12 +02:00
|
|
|
MANCOMPRESSED= no
|
|
|
|
MAN1= cvsmail.1
|
2000-08-23 19:58:44 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin
|
2000-08-29 19:21:12 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${PREFIX}/man/man1
|
2000-08-23 19:58:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|