1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/scr2txt/Makefile
Antoine Brodin 561dc7c8ce - Allow staging as a regular user
- Cleanup a bit
2014-06-07 18:43:04 +00:00

22 lines
393 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
USES= uidfix
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
PLIST_FILES= bin/scr2txt \
man/man1/scr2txt.1.gz
.include <bsd.port.mk>