freebsd-ports/textproc/texi2mdoc/Makefile
Baptiste Daroussin 941d3b1585 textproc/texi2mdoc: move manpages to share/man
Reported by:	bofh
2024-02-29 12:02:36 +01:00

20 lines
432 B
Makefile

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