mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
59a5f42547
bogo-sort algorithm described in the Jargon File. PR: 21290 Submitted by: Peter Pentchev <roam@orbitel.bg>
26 lines
480 B
Makefile
26 lines
480 B
Makefile
# New ports collection makefile for: bogosort
|
|
# Date created: 15 September 2000
|
|
# Whom: roam@orbitel.bg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bogosort
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \
|
|
ftp://l82.ryd.student.liu.se/pub/unix/bogosort/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= roam@orbitel.bg
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOMAKE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= bogosort.1
|
|
|
|
.include <bsd.port.mk>
|