mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
98326bff8d
- 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.
16 lines
358 B
Makefile
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>
|