1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/hilite/Makefile
2013-10-23 07:14:05 +00:00

30 lines
595 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= hilite
PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= SF
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .c
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line utility to highlight anything printed to stderr
PLIST_FILES= bin/hilite
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>