2013-03-18 22:56:30 +01:00
|
|
|
# Created by: Stefan Zehl <sec@42.org>
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-02-20 06:47:02 +01:00
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= ladder
|
|
|
|
PORTVERSION= 1.00
|
2014-09-13 16:57:18 +02:00
|
|
|
PORTREVISION= 2
|
1998-02-20 06:47:02 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.srv.net/~kth/ \
|
2015-04-24 20:41:36 +02:00
|
|
|
ftp://ftp.42.org/pub/unix/games/ \
|
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2014-09-13 16:57:18 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1998-02-20 06:47:02 +01:00
|
|
|
|
2014-05-26 04:33:38 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= The old "ladder" game
|
1998-02-20 06:47:02 +01:00
|
|
|
|
2013-03-18 22:56:30 +01:00
|
|
|
RESTRICTED= possible copyright problems ?
|
1998-02-20 06:47:02 +01:00
|
|
|
|
2016-02-04 22:41:49 +01:00
|
|
|
USES= ncurses tar
|
|
|
|
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
|
1998-02-20 06:47:02 +01:00
|
|
|
NO_WRKSUBDIR= true
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|