bket a6c65d592d Update to supercat-0.5.7
Minor update, which adds command line options for coloring without an
spcrc file.

While here change HOMEPAGE to use https.
2020-02-12 14:03:10 +00:00

26 lines
565 B
Makefile

# $OpenBSD: Makefile,v 1.10 2020/02/12 14:03:10 bket Exp $
COMMENT= colorize specific patterns in input
DISTNAME= supercat-0.5.7
CATEGORIES= misc
HOMEPAGE= https://supercat.nosredna.net/
MASTER_SITES= ${HOMEPAGE}
# GPLv3+
PERMIT_PACKAGE= 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>