- convert to staging

- set license
- change mirror site

PR:		185765
Submitted by:	olevole@olevole.ru (maintainer)
This commit is contained in:
Jason Helfman 2014-01-17 23:53:19 +00:00
parent 8fc07c4815
commit 7e12cabc29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340136

View File

@ -5,20 +5,21 @@ PORTNAME= retail
PORTVERSION= 1.0.1
CATEGORIES= sysutils
MASTER_SITES= http://xjack.org/retail/download/ \
http://olevole.ru/freebsd/distfiles/
http://www.bsdstore.ru/downloads/
MAINTAINER= olevole@olevole.ru
COMMENT= A program for incremental logfile reader
COMMENT= Program for incremental logfile reader
LICENSE= GPLv2
GNU_CONFIGURE= yes
MAN1= retail.1
PLIST_FILES= bin/retail
PLIST_FILES= bin/retail man/man1/retail.1.gz
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/
${INSTALL_DATA} ${WRKSRC}/doc/retail.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>