aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/permute/Makefile
blob: 31aeedd61152ae19c29dd014967d35699799f034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: erik@smluc.org
# $FreeBSD$

PORTNAME=   permute
PORTVERSION=    1.0
CATEGORIES= textproc
MASTER_SITES=   http://atlas.kennesaw.edu/~rbentley/

MAINTAINER= erik@bz.bzflag.bz
COMMENT=    Generate all permutations of lines from stdin

PLIST_FILES=    bin/${PORTNAME}
WRKSRC=     ${WRKDIR}/${PORTNAME}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>