889d7079c1
- Bump PORTREVISION Pointed out by: kris via pointyhat
30 lines
753 B
Makefile
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>
|