2019-03-22 16:08:50 +01:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= datamash
|
2020-04-24 10:05:38 +02:00
|
|
|
PORTVERSION= 1.7
|
2019-03-22 16:08:50 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= GNU
|
|
|
|
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
|
|
COMMENT= Numeric, textual, and statistical operations on text files
|
|
|
|
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
|
2020-03-30 13:41:29 +02:00
|
|
|
USES= gmake iconv perl5
|
2019-03-22 16:08:50 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2019-09-24 18:55:23 +02:00
|
|
|
TEST_TARGET= check
|
|
|
|
USE_PERL5= test
|
2019-03-22 16:08:50 +01:00
|
|
|
|
|
|
|
INFO= ${PORTNAME}
|
2019-03-24 14:13:44 +01:00
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO
|
2019-03-22 16:08:50 +01:00
|
|
|
|
2019-03-24 14:13:44 +01:00
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES NLS
|
2019-03-22 16:08:50 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_USES= gettext-runtime
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^examplesdir/s,$$(.*,${EXAMPLESDIR},' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2019-03-24 14:13:44 +01:00
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
2019-03-22 16:08:50 +01:00
|
|
|
.include <bsd.port.mk>
|