mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
f8dc189778
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
26 lines
384 B
Makefile
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>
|