1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/cvsmail/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

27 lines
618 B
Makefile

# New ports collection makefile for: cvsmail
# Date created: 23rd August, 2000
# Whom: Ben Smithurst <ben@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cvsmail
PORTVERSION= 2.2
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
PLIST_FILES= bin/cvsmail
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${PREFIX}/man/man1
.include <bsd.port.mk>