1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/mdocml/Makefile
Ulrich Spörlein c13e15e0a0 Update mdocml to 1.12.3
Approved by:	beat (mentor)
2014-01-13 19:26:57 +00:00

24 lines
606 B
Makefile

# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= mdocml
PORTVERSION= 1.12.3
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= uqs
MAINTAINER= uqs@FreeBSD.org
COMMENT= mdoc macro compiler
EXAMPLESDIR_REL=share/examples/mandoc
# Skip installing preconv(1) to avoid conflicting with textproc/groff
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \
-e '/INSTALL_LIB/d' -e '/LIBDIR/d' -e '/INCLUDEDIR/d' \
-e '/INSTALL_/s/preconv\(\.1\)*//' \
${WRKSRC}/Makefile
.include <bsd.port.mk>