freebsd-ports/sysutils/initool/Makefile
Jesús Daniel Colmenares Oviedo 7c115e2a40 sysutils/initool: Update 0.14.0
ChangeLog: https://github.com/dbohdan/initool/releases/tag/v0.14.0

* Initool now prints normal help to standard output instead of standard
  error. This minor breaking change restores how help worked before
  version 0.10.0.
* Build and infrastructure were improved.

PR:		274460
2023-10-19 03:07:26 -04:00

34 lines
657 B
Makefile

PORTNAME= initool
DISTVERSIONPREFIX= v
DISTVERSION= 0.14.0
CATEGORIES= sysutils
MAINTAINER= DtxdF@disroot.org
COMMENT= Manipulate INI files from the command line
WWW= https://github.com/dbohdan/initool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= mlton>0:lang/mlton
LIB_DEPENDS= libgmp.so:math/gmp
USE_GITHUB= yes
GH_ACCOUNT= dbohdan
ALL_TARGET= initool
PLIST_FILES= bin/initool
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/initool ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>