# Created by: Bob Eager <rde@ml1.org.uk>
# $FreeBSD: textproc/ml1/Makefile 327773 2013-09-20 23:17:30Z bapt $

PORTNAME=	ml1
PORTVERSION=	4.10
CATEGORIES=	textproc
MASTER_SITES=	http://www.ml1.org.uk/tgz/ \
		http://www.tavi.co.uk/tgz/

MAINTAINER=	bob@eager.cx
COMMENT=	The original general purpose macro processor

MAN1=		ml1.1
MANCOMPRESSED=	yes

PLIST_FILES=	bin/ml1

NO_STAGE=	yes
.include <bsd.port.pre.mk>

do-install:
		${INSTALL_PROGRAM} ${WRKSRC}/ml1 ${PREFIX}/bin
		${INSTALL_MAN} ${WRKSRC}/ml1.1.gz ${PREFIX}/man/man1

post-install:
		${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
