2000-09-16 01:15:36 -04:00
|
|
|
# New ports collection makefile for: bogosort
|
|
|
|
# Date created: 15 September 2000
|
|
|
|
# Whom: roam@orbitel.bg
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bogosort
|
2001-08-06 16:33:44 -04:00
|
|
|
PORTVERSION= 0.3.3
|
2000-09-16 01:15:36 -04: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 08:26:49 -04:00
|
|
|
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
2000-09-16 01:15:36 -04:00
|
|
|
|
2000-11-22 05:20:14 -05:00
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2000-09-16 01:15:36 -04:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= bogosort.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|