ports/textproc/scr2txt/Makefile
Christian Weisgerber e90da7f8f6 textproc/scr2txt: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-16 19:42:05 +00:00

17 lines
354 B
Makefile

PORTNAME= scr2txt
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= LOCAL/nik
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts the output of "vidcontrol -p" to text
NO_WRKSUBDIR= yes
USES= uidfix
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}/share
PLIST_FILES= bin/scr2txt \
share/man/man1/scr2txt.1.gz
.include <bsd.port.mk>