summaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
blob: 6e7fbeac753575138c56efce856dd5715a25c655 (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
# New ports collection makefile for:	textproc/mdocml
# Date created:				09.03.2009
# Whom:					Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	mdocml
PORTVERSION=	1.9.14
CATEGORIES=	textproc
MASTER_SITES=	http://mdocml.bsd.lv/snapshots/ \
  		https://www.spoerlein.net/pub/mdocml/

MAINTAINER=	uqs@spoerlein.net
COMMENT=	mdoc macro compiler

MAN1=	mandoc.1
MAN7=	mdoc.7

PLIST_SUB+=	EXAMPLESDIR=share/examples/mandoc

pre-install:
	@${MKDIR} ${EXAMPLESDIR:S/mdocml/mandoc/}

.include <bsd.port.mk>