aboutsummaryrefslogtreecommitdiff
path: root/games/ladder/Makefile
blob: f6bdd9767f2dbe16cd20f56f7467805dddcbbeb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Stefan Zehl <sec@42.org>

PORTNAME=	ladder
PORTVERSION=	1.00
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	http://www.srv.net/~kth/ \
		ftp://ftp.42.org/pub/unix/games/ \
		http://mirror.amdmi3.ru/distfiles/
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The old "ladder" game

RESTRICTED=	possible copyright problems ?

USES=		ncurses tar
MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
NO_WRKSUBDIR=	true

.include <bsd.port.mk>