mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
8c7809cbfd
Supercat (spc) is a program that colorizes text based on matching regular expressions/strings/characters. Supercat supports html output as well as standard ASCII text. Unlike some text-colorizing programs that exist, Supercat does not require you to have to be a programmer to make colorization rules. WWW: http://supercat.nosredna.net/ Author: Thomas G. Anderson <bug-spc@nosredna.net>
25 lines
591 B
Makefile
25 lines
591 B
Makefile
# New ports collection makefile for: supercat
|
|
# Date created: 3 September 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= supercat
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://supercat.nosredna.net/ CENKES
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Regexp-based text colorizer with ASCII/HTML output
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= spc.1
|
|
PORT_VERBS= ${PORTNAME} spc
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/etc/supercat|${ETCDIR}|' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|c:C:dDhmnrt:vS|&Rw|' ${WRKSRC}/src/spc.c
|
|
|
|
.include <bsd.port.mk>
|