openbsd-ports/sysutils/rw/Makefile
2022-03-11 19:57:10 +00:00

22 lines
401 B
Makefile

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