1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/permute/Makefile

20 lines
403 B
Makefile

# 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}
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>