freebsd-ports/mail/cvsmail/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

24 lines
521 B
Makefile

# New ports collection makefile for: cvsmail
# Date created: 23rd August, 2000
# Whom: Ben Smithurst <ben@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cvsmail
PORTVERSION= 1.9
CATEGORIES= mail
MASTER_SITES= http://www.smithurst.org/ben/software/mail/dists/
DISTNAME= mailutils-${PORTVERSION}
MAINTAINER= ports@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>