openbsd-ports/misc/supercat/Makefile
okan 6441bff80d import supercat
Supercat 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.

from Girish Venkatachalam

tweaks from Giovanni Bechis

ok merdely@ kili@
2008-04-11 22:19:36 +00:00

31 lines
707 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/04/11 22:19:36 okan Exp $
COMMENT= colorize specific patters in input
DISTNAME= supercat-0.5.5
CATEGORIES= misc
HOMEPAGE= http://supercat.nosredna.net/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/spc ${PREFIX}/bin/spc
${INSTALL_MAN} ${WRKSRC}/doc/spc.1 ${PREFIX}/man/man1/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/supercat/
${INSTALL_DATA} ${WRKSRC}/spcrc/spcrc-* \
${PREFIX}/share/examples/supercat
.include <bsd.port.mk>