freebsd-ports/textproc/scr2txt/Makefile

23 lines
443 B
Makefile

# Created by: nik
# $FreeBSD$
PORTNAME= scr2txt
PORTVERSION= 1.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nik
NO_WRKSUBDIR= yes
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts the output of "vidcontrol -p" to text
MAN1= scr2txt.1
MANCOMPRESSED= yes
PLIST_FILES= bin/scr2txt
NO_STAGE= yes
do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install
.include <bsd.port.mk>