opnsense-ports/textproc/supercat/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

20 lines
502 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= supercat
PORTVERSION= 0.5.5
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://supercat.nosredna.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Regexp-based text colorizer with ASCII/HTML output
GNU_CONFIGURE= yes
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>