1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/misc/bogosort/Makefile
Peter Pentchev 0c96f7d594 Update to 0.3.2. Although 0.3.2 contains part of my texinfo fixes,
there's still something to be desired - the author needs to re-read
texinfo docs, and note that menu entries start with a '*' character :)

PR:		27977
Submitted by:	Patrick Li <pat@databits.net>, kris
2001-06-09 12:26:49 +00:00

27 lines
521 B
Makefile

# New ports collection makefile for: bogosort
# Date created: 15 September 2000
# Whom: roam@orbitel.bg
#
# $FreeBSD$
#
PORTNAME= bogosort
PORTVERSION= 0.3.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= roam@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_AUTOMAKE= yes
USE_GMAKE= yes
MAN1= bogosort.1
.include <bsd.port.mk>