2012-10-06 16:35:45 +02:00
|
|
|
# Created by: roam@orbitel.bg
|
2000-09-16 07:15:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bogosort
|
2003-12-14 15:35:15 +01:00
|
|
|
PORTVERSION= 0.4.2
|
2004-08-11 15:57:27 +02:00
|
|
|
PORTREVISION= 1
|
2000-09-16 07:15:36 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \
|
|
|
|
ftp://l82.ryd.student.liu.se/pub/unix/bogosort/
|
|
|
|
DISTNAME= ${PORTNAME}
|
2001-06-09 14:26:49 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
2000-09-16 07:15:36 +02:00
|
|
|
|
2014-08-17 10:25:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-01 18:09:55 +01:00
|
|
|
COMMENT= Sort (or not) stdin using the bogo-sort algorithm
|
2000-09-16 07:15:36 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-08-11 15:57:27 +02:00
|
|
|
INFO= bogosort
|
2013-09-26 05:18:22 +02:00
|
|
|
PLIST_FILES= bin/bogosort man/man1/bogosort.1.gz
|
2004-08-11 15:57:27 +02:00
|
|
|
|
2000-09-16 07:15:36 +02:00
|
|
|
.include <bsd.port.mk>
|