blob: 20333e7dc8cced6d05638a3788fde621de47c987 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: bogosort
# Date created: 15 September 2000
# Whom: roam@orbitel.bg
#
# $FreeBSD$
#
PORTNAME= bogosort
PORTVERSION= 0.3.1
CATEGORIES= misc
MASTER_SITES= http://www.lysator.liu.se/~qha/bogosort/ \
ftp://l82.ryd.student.liu.se/pub/unix/bogosort/
DISTNAME= ${PORTNAME}
MAINTAINER= roam@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_AUTOMAKE= yes
USE_GMAKE= yes
MAN1= bogosort.1
.include <bsd.port.mk>
|