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

PORTNAME=	mdocml
PORTVERSION=	1.10.6
CATEGORIES=	textproc
MASTER_SITES=	http://mdocml.bsd.lv/snapshots/ \
		http://people.freebsd.org/~uqs/distfiles/

MAINTAINER=	uqs@FreeBSD.org
COMMENT=	mdoc macro compiler

MAN1=	mandoc.1
MAN7=	man.7 mdoc.7 roff.7 mandoc_char.7

EXAMPLESDIR_REL=share/examples/mandoc

post-patch:
	@${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \
		${WRKSRC}/Makefile

.include <bsd.port.mk>