2005-09-09 01:10:39 +02:00
|
|
|
# New ports collection makefile for: permute
|
|
|
|
# Date created: Wed Aug 07 2005
|
|
|
|
# Whom: erik@smluc.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= permute
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= textproc
|
2007-06-14 16:16:36 +02:00
|
|
|
MASTER_SITES= http://atlas.kennesaw.edu/~rbentley/
|
2005-09-09 01:10:39 +02:00
|
|
|
|
|
|
|
MAINTAINER= erik@smluc.org
|
|
|
|
COMMENT= Generate all permutations of lines from stdin
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|