mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19abd81dd3
- Bump PORTREV
21 lines
501 B
Makefile
21 lines
501 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= miwi@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>
|