aboutsummaryrefslogtreecommitdiffstats
path: root/games/ladder/Makefile
blob: 8766d005da600cd3fde73cf516132cc13ca6fc59 (plain) (blame)
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
26
# New ports collection makefile for:   ladder
# Date created:        18 Feb 1998
# Whom:                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= sec@42.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>