ports/sysutils/retail/Makefile
Muhammad Moinur Rahman df4e114583 sysutils/retail: Update version 1.0.1=>1.0.2
- Reset maintainer as the domain of the maintainer has expired

Approved by:	portmgr (blanket)
2024-01-10 13:44:50 +01:00

24 lines
560 B
Makefile

PORTNAME= retail
DISTVERSION= 1.0.2
CATEGORIES= sysutils
MASTER_SITES= http://xjack.org/retail/download/ \
http://www.bsdstore.ru/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program for incremental logfile reader
WWW= http://xjack.org/retail/
LICENSE= GPLv2
GNU_CONFIGURE= yes
PLIST_FILES= bin/retail share/man/man1/retail.1.gz
post-configure:
${REINPLACE_CMD} -e 's/%.o: %.c \*.h ..\/config.h//g; \
s|man/man1|share/man/man1|g' ${WRKSRC}/src/Makefile
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>