Edit

IABSD.fr/ports/sysutils/rw/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-02-11 15:12:24
    Hash : 1b134527
    Message : 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

  • sysutils/rw/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>