ports/textproc/texi2mdoc/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
371 B
Makefile

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>