freebsd-ports/misc/bogosort/Makefile
2021-04-06 16:31:07 +02:00

22 lines
518 B
Makefile

# Created by: roam@orbitel.bg
PORTNAME= bogosort
PORTVERSION= 0.4.2
PORTREVISION= 2
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
PLIST_FILES= bin/bogosort man/man1/bogosort.1.gz
.include <bsd.port.mk>