mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
5a6521a429
is now in the cvsmail(1) manpage.
25 lines
532 B
Makefile
25 lines
532 B
Makefile
# New ports collection makefile for: cvsmail
|
|
# Date created: 23rd August, 2000
|
|
# Whom: Ben Smithurst <ben@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvsmail
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.scientia.demon.co.uk/users/ben/software/mail/dists/
|
|
DISTNAME= mailutils-${PORTVERSION}
|
|
|
|
MAINTAINER= ben@FreeBSD.org
|
|
|
|
ALL_TARGET= cvsmail
|
|
MANCOMPRESSED= no
|
|
MAN1= cvsmail.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|