freebsd-ports/misc/bogosort/Makefile

24 lines
530 B
Makefile
Raw Normal View History

# Created by: roam@orbitel.bg
# $FreeBSD$
PORTNAME= bogosort
2003-12-14 15:35:15 +01:00
PORTVERSION= 0.4.2
PORTREVISION= 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= ports@FreeBSD.org
COMMENT= Sort (or not) stdin using the bogo-sort algorithm
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
INFO= bogosort
2013-09-26 05:18:22 +02:00
PLIST_FILES= bin/bogosort man/man1/bogosort.1.gz
.include <bsd.port.mk>