opnsense-ports/sysutils/rw/Makefile
Franco Fichtner 0c6034a2cf */*: sync with upstream
Taken from: HardenedBSD
2020-04-03 03:32:43 +02:00

23 lines
483 B
Makefile

# $FreeBSD$
PORTNAME= rw
DISTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://sortix.org/rw/release/
DISTNAME= rw-portable-${DISTVERSION}
MAINTAINER= jsmith@resonatingmedia.com
COMMENT= Simple replacement for dd wth standard command line flags
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS_INSTALL= rankwidth-*
PLIST_FILES= bin/rw share/man/man1/rw.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>