1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/mail/cvsmail/Makefile

25 lines
543 B
Makefile

# 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>