mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4ec603097d
PR: 195912 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
30 lines
724 B
Makefile
30 lines
724 B
Makefile
# Created by: Chris Hutchinson <portmaster@bsdforge.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sansi
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= textproc sysutils
|
|
MASTER_SITES= http://BSDforge.com/projects/source/textproc/sansi/
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Removes ANSI control sequences/characters, from files
|
|
|
|
LICENSE= ART20 BSD2CLAUSE
|
|
LICENSE_COMB= multi
|
|
|
|
RUN_DEPENDS= p5-PerlIO-eol>=0:${PORTSDIR}/devel/p5-PerlIO-eol \
|
|
p5-Modern-Perl>=0:${PORTSDIR}/lang/p5-Modern-Perl
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
USES= tar:xz
|
|
|
|
PLIST_FILES= sbin/sansi man/man1/sansi.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sansi ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/sansi.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|