1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/supercat/Makefile
Raphael Kubo da Costa 98326bff8d Update to 0.5.6.
- Remove PORT_VERBS, which looks like some ancient incantation from a bygone
  era.
- Drop sed call on the configure script in favor of just passing the right
  option to it.
- Drop the other sed call which made sense when the port was added in 2007 but
  which has since been fixed upstream.
2017-01-02 14:12:55 +00:00

16 lines
358 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= supercat
PORTVERSION= 0.5.6
CATEGORIES= textproc
MASTER_SITES= http://supercat.nosredna.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Regexp-based text colorizer with ASCII/HTML output
CONFIGURE_ARGS= --with-system-directory=${ETCDIR}
GNU_CONFIGURE= yes
.include <bsd.port.mk>