freebsd-ports/news/husky-msged/Makefile
Max Khon 889d7079c1 - Skip texi2html step and do not include .html documentation
- Bump PORTREVISION

Pointed out by:	kris via pointyhat
2006-11-28 17:38:41 +00:00

30 lines
753 B
Makefile

# New ports collection makefile for: husky-msged
# Date created: 6 January 2003
# Whom: Max Khon
#
# $FreeBSD$
#
PORTNAME= msged
PORTVERSION= 6.2RC1
PORTREVISION= 1
CATEGORIES= news mail
DISTNAME= ${PORTNAME}-${PORTVERSION}-stable-src
EXTRACT_SUFX= .tgz
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Msged/TE (full-featured FTN mail reader)
LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
MAKE_ARGS= MSGEDCFG="\\\"~/.msged\\\""
INFO= msged
post-patch:
@${REINPLACE_CMD} -e 's,html info,info,' -e 's,install-html install-info,install-info,' ${WRKSRC}/doc/manual/makefile.husky
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
.include <bsd.port.post.mk>