openbsd-ports/math/datamash/Makefile
jca d5c4d27dd1 Install bash-completion files in the regular place, plus other tweaks
- this uses pledge(2)
- simplify DISTNAME, no need for extra variable V
- regen PLIST after adding gettext to LIB_DEPENDS
2022-08-12 19:02:22 +00:00

22 lines
445 B
Makefile

COMMENT= perform basic numeric, textual and statistical operations
DISTNAME= datamash-1.8
REVISION= 0
CATEGORIES= math
HOMEPAGE= https://www.gnu.org/software/datamash/
MASTER_SITES= ${MASTER_SITE_GNU:=datamash/}
# GPLv3
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB= c m iconv intl
LIB_DEPENDS= devel/gettext
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions/
.include <bsd.port.mk>