blob: 24135b0cc85bde0832942a184ea319ff534af9f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|