freebsd-ports/textproc/scr2txt/Makefile
Nik Clayton f3f83f49c5 Rename shot2txt to scr2txt, based on feedback.
Fix header parsing bogons.

Refer to vidcontrol(1) rather than scrshot(1) in the documentation.
2001-05-20 20:32:42 +00:00

25 lines
425 B
Makefile

# New ports collection makefile for: scr2txt
# Date created: 18 May 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= scr2txt
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nik
NO_WRKSUBDIR= yes
MAINTAINER= nik@freebsd.org
MAN1= scr2txt.1
MANCOMPRESSED= yes
do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install
.include <bsd.port.mk>