Edit

IABSD.fr/ports/sysutils/rw/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/rw/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
    
    SITES =		https://sortix.org/rw/release/
    
    FAKE_FLAGS =	DESTDIR= MANDIR="${DESTDIR}${PREFIX}/man"
    
    NO_TEST =	Yes
    
    .include <bsd.port.mk>