aboutsummaryrefslogtreecommitdiff
path: root/textproc/scr2txt/Makefile
blob: e5727c107163c2640f765da833eb1e89619adca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: nik

PORTNAME=	scr2txt
PORTVERSION=	1.2
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}

PLIST_FILES=	bin/scr2txt \
		man/man1/scr2txt.1.gz

.include <bsd.port.mk>