summaryrefslogblamecommitdiff
path: root/misc/bogosort/Makefile
blob: 2b4afe166f6107dbb37d04c3c1760c86d2eaded0 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                
                     



                                                               
                                          
 
                                
                                                                   



                                                    



                          
# New ports collection makefile for:	bogosort
# Date created:		15 September 2000
# Whom:			roam@orbitel.bg
#
# $FreeBSD$
#

PORTNAME=	bogosort
PORTVERSION=	0.4.1
CATEGORIES=	misc
MASTER_SITES=	http://www.lysator.liu.se/~qha/bogosort/ \
		ftp://l82.ryd.student.liu.se/pub/unix/bogosort/
DISTNAME=	${PORTNAME}
DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}

MAINTAINER=	roam@FreeBSD.org
COMMENT=	"Sort (or not) stdin using the bogo-sort algorithm"

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

GNU_CONFIGURE=	yes

MAN1=		bogosort.1

.include <bsd.port.mk>