aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rw/Makefile
blob: d1b16bc66fa7b55b24ebff74d3c62e3f280cc8eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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>