]> git.cameronkatri.com Git - mandoc.git/blob - Makefile.freebsd
Fixed email address in manual AUTHOR reference.
[mandoc.git] / Makefile.freebsd
1 # New ports collection makefile for: textproc/mdocml
2 # Date created: 09.03.2009
3 # Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
4 #
5 # $FreeBSD$
6 #
7
8 PORTNAME= mdocml
9 PORTVERSION= @VERSION@
10 CATEGORIES= textproc
11 MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
12 https://www.spoerlein.net/pub/mdocml/
13
14 MAINTAINER= uspoerlein@gmail.com
15 COMMENT= mdoc macro compiler
16
17 MAN1= mandoc.1
18 MAN7= mdoc.7
19
20 PLIST_FILES= bin/mandoc
21
22 .include <bsd.port.mk>