freebsd-ports/misc/bogosort/Makefile
Peter Pentchev 3a22cc4b00 Update to 0.3.3.
Remove the texinfo documentation patch - the author included
it in the official distribution.
2001-08-06 20:33:44 +00:00

24 lines
488 B
Makefile

# New ports collection makefile for: bogosort
# Date created: 15 September 2000
# Whom: roam@orbitel.bg
#
# $FreeBSD$
#
PORTNAME= bogosort
PORTVERSION= 0.3.3
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
MAN1= bogosort.1
.include <bsd.port.mk>