summaryrefslogtreecommitdiff
path: root/textproc/fileshuffle/Makefile
blob: 9f2755dc1a763971b30ea754e2638844ae678668 (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
24
25
# New ports collection makefile for:	fileshuffle
# Date created:		2008-05-29
# Whom:			Greg Larkin <glarkin@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	fileshuffle
PORTVERSION=	0.1
CATEGORIES=	textproc
MASTER_SITES=	ftp://ftp.eskimo.com/u/s/scs/src/
DISTNAME=	shuffle

MAINTAINER=	glarkin@FreeBSD.org
COMMENT=	A filter for shuffling lines in a text file into random order

MANPAGE=	shuffle.1

PLIST_FILES=	bin/${PORTNAME}
MAN1=		${PORTNAME}.1

do-install:
		@${CP} ${WRKSRC}/shuffle ${PREFIX}/bin/${PORTNAME}
		@${CP} ${WRKSRC}/${MANPAGE} ${PREFIX}/man/man1/${PORTNAME}.1
.include <bsd.port.mk>