freebsd-ports/textproc/texi2mdoc/Makefile
Baptiste Daroussin 868693075e The texi2mdoc utility is a converter from Texinfo into mdoc. It is a standalone
ISC-licensed ISO C utility and should compile on any modern UNIX system.

WWW: http://mdocml.bsd.lv/texi2mdoc/
2015-03-02 11:04:46 +00:00

20 lines
384 B
Makefile

# $FreeBSD$
PORTNAME= texi2mdoc
PORTVERSION= 0.1.2
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/texi2mdoc/snapshots/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Convert Texinfo data to mdoc input
LICENSE= ISCL
USES= tar:tgz
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>