mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
23 lines
442 B
Makefile
23 lines
442 B
Makefile
# Created by: Stefan Zehl <sec@42.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ladder
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.srv.net/~kth/ \
|
|
ftp://ftp.42.org/pub/unix/games/
|
|
DISTFILES= ladder.tar
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The old "ladder" game
|
|
|
|
RESTRICTED= possible copyright problems ?
|
|
|
|
NO_WRKSUBDIR= true
|
|
EXTRACT_CMD= ${TAR}
|
|
EXTRACT_BEFORE_ARGS= -xf
|
|
EXTRACT_AFTER_ARGS= # empty
|
|
|
|
.include <bsd.port.mk>
|