summaryrefslogtreecommitdiff
path: root/mail/cvsmail/Makefile
blob: 67422b3e300ba91907a5836b25d786ee3fa2e953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Ben Smithurst <ben@FreeBSD.org>
# $FreeBSD$

PORTNAME=	cvsmail
PORTVERSION=	2.2
CATEGORIES=	mail
MASTER_SITES=	LOCAL/pgollucci
DISTNAME=	mailutils-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A small program to add cvsweb links to FreeBSD commit messages

DIST_SUBDIR=	${PORTNAME}
ALL_TARGET=	cvsmail
MANCOMPRESSED=	no
MAN1=		cvsmail.1
PLIST_FILES=	bin/cvsmail

NO_STAGE=	yes
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${PREFIX}/man/man1

.include <bsd.port.mk>