mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
22 lines
358 B
Makefile
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>
|