mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
29 lines
540 B
Makefile
29 lines
540 B
Makefile
# Created by: Bob Eager <rde@ml1.org.uk>
|
|
# $FreeBSD$
|
|
|
|
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>
|