Files
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

22 lines
358 B
Makefile

V = 1.0
COMMENT = simple dd(1) replacement utility from Sortix
DISTNAME = rw-portable-${V}
PKGNAME = rw-${V}
CATEGORIES = sysutils
REVISION = 0
HOMEPAGE = https://sortix.org/rw/
# ISC
PERMIT_PACKAGE = Yes
WANTLIB += c
SITES = https://sortix.org/rw/release/
FAKE_FLAGS = DESTDIR= MANDIR="${DESTDIR}${PREFIX}/man"
NO_TEST = Yes
.include <bsd.port.mk>