mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
25 lines
484 B
Makefile
25 lines
484 B
Makefile
# New ports collection makefile for: ladder
|
|
# Date created: 18 Feb 1998
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ladder
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.srv.net/~kth/ \
|
|
ftp://ftp.42.org/pub/unix/games/
|
|
DISTFILES= ladder.tar
|
|
|
|
MAINTAINER= sec@42.org
|
|
|
|
RESTRICTED= "possible copyright problems ?"
|
|
|
|
NO_WRKSUBDIR= true
|
|
EXTRACT_CMD= ${TAR}
|
|
EXTRACT_BEFORE_ARGS= -xf
|
|
EXTRACT_AFTER_ARGS= # empty
|
|
|
|
.include <bsd.port.mk>
|