freebsd-ports/sysutils/retail/Makefile

24 lines
537 B
Makefile

# Created by: Oleg Ginzburg
# $FreeBSD$
PORTNAME= retail
PORTVERSION= 1.0.1
CATEGORIES= sysutils
MASTER_SITES= http://xjack.org/retail/download/ \
http://olevole.ru/freebsd/distfiles/
MAINTAINER= olevole@olevole.ru
COMMENT= A program for incremental logfile reader
GNU_CONFIGURE= yes
MAN1= retail.1
PLIST_FILES= bin/retail
NO_STAGE= yes
post-configure:
${REINPLACE_CMD} -e 's/%.o: %.c \*.h ..\/config.h//g' ${WRKSRC}/src/Makefile
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/retail.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>