freebsd-ports/games/ladder/Makefile

23 lines
465 B
Makefile
Raw Normal View History

# Created by: Stefan Zehl <sec@42.org>
1999-08-25 08:06:33 +02:00
# $FreeBSD$
PORTNAME= ladder
PORTVERSION= 1.00
2014-09-13 16:57:18 +02:00
PORTREVISION= 2
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}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:06:51 +01:00
COMMENT= The old "ladder" game
RESTRICTED= possible copyright problems ?
USES= ncurses tar
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
NO_WRKSUBDIR= true
.include <bsd.port.mk>