diff options
author | Mark Murray <markm@FreeBSD.org> | 2002-11-24 18:09:59 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2002-11-24 18:09:59 +0000 |
commit | 43a4fd2693cacce3207cc2a94bb7446d60643098 (patch) | |
tree | 3d16be84d4722e30ec473f13c3bc0de8717a6d31 /games/freebsd-games/Makefile | |
parent | Upgrade to version 2.54. (diff) |
Add a port for FreeBSD-games to replace the "standard" games removed
in the base distribution.
Notes
Notes:
svn path=/head/; revision=71018
Diffstat (limited to 'games/freebsd-games/Makefile')
-rw-r--r-- | games/freebsd-games/Makefile | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/games/freebsd-games/Makefile b/games/freebsd-games/Makefile new file mode 100644 index 000000000000..8486f918e879 --- /dev/null +++ b/games/freebsd-games/Makefile @@ -0,0 +1,53 @@ +# Ports collection makefile for: games +# Date created: 20 Nov 2002 +# Whom: Mark Murray <markm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= freebsd-games +PORTVERSION= 5.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=markm + +MAINTAINER= ports@FreeBSD.org + +USE_BZIP2= yes + +MAN6= \ + adventure.6 \ + arithmetic.6 \ + atc.6 \ + backgammon.6 \ + battlestar.6 \ + bs.6 \ + canfield.6 \ + cfscores.6 \ + cribbage.6 \ + fish.6 \ + hack.6 \ + hangman.6 \ + larn.6 \ + mille.6 \ + phantasia.6 \ + piano.6 \ + pig.6 \ + quiz.6 \ + robots.6 \ + sail.6 \ + snake.6 \ + snscore.6 \ + trek.6 \ + worm.6 \ + wump.6 + +MANCOMPRESSED= maybe + +IGNOREFILES= freebsd-games-5.0.tar.bz2 + +post-extract: + @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ + ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} extract) + +.include <bsd.port.mk> |