# Created by: Ben Smithurst # $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