diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
commit | 3add449a170be706377b66bee46af25633bc945c (patch) | |
tree | 7415df14a37624ff0b24fd40bde079927a88c28a /games/bsdgames/Makefile | |
parent | 975af646f278430e563b72219a2c3055b211eb1a (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_3_0'.release/5.3.0
Notes
Notes:
svn path=/head/; revision=120459
svn path=/tags/RELEASE_5_3_0/; revision=120460; tag=release/5.3.0
Diffstat (limited to 'games/bsdgames/Makefile')
-rw-r--r-- | games/bsdgames/Makefile | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile deleted file mode 100644 index a9a3ef997316..000000000000 --- a/games/bsdgames/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# Ports collection makefile for: games -# Date created: 20 Nov 2002 -# Whom: Mark Murray <markm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= freebsd-games -PORTVERSION= 5.1.1 -PORTREVISION= 4 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=markm - -MAINTAINER= ports@FreeBSD.org -COMMENT= FreeBSD-modified "Standard" BSD games - -USE_REINPLACE= yes -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 \ - rogue.6 \ - sail.6 \ - snake.6 \ - snscore.6 \ - trek.6 \ - worm.6 \ - wump.6 - -MANCOMPRESSED= maybe - -PATHNAME_FILES= atc/pathnames.h \ - cribbage/pathnames.h \ - fish/pathnames.h \ - larn/pathnames.h \ - quiz/datfiles/index \ - quiz/pathnames.h \ - wump/pathnames.h - -post-extract: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} extract) - -post-patch: - @${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' -or -name '*.6' -or \ - -name 'index' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|share/games|local/share/games|g' - @for file in ${PATHNAME_FILES}; do \ - ${REINPLACE_CMD} -e 's|/usr/local/local/local|${PREFIX}|g' \ - ${WRKSRC}/$${file}; \ - done - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ - "${WRKSRC}/hack/hack.unix.c" - -.include <bsd.port.mk> |