Files
sdk f8dc189778 Update detox from 1.2.0 to 1.4.5
Detox has moved to a new upstream.

Changes: https://github.com/dharple/detox/releases

Reported by Ray Kohler on ports@

Patch by me with hints from sthen
2023-10-21 18:37:20 +00:00

26 lines
384 B
Makefile

COMMENT = utility designed to clean up filenames
V = 1.4.5
DISTNAME = detox-${V}
CATEGORIES = sysutils
HOMEPAGE = https://github.com/dharple/detox
#BSD
PERMIT_PACKAGE = Yes
WANTLIB += c
SITES = ${HOMEPAGE}/releases/download/v${V}/
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/detox
.include <bsd.port.mk>