summaryrefslogtreecommitdiff
path: root/games/lmarbles/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /games/lmarbles/Makefile
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'games/lmarbles/Makefile')
-rw-r--r--games/lmarbles/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/games/lmarbles/Makefile b/games/lmarbles/Makefile
deleted file mode 100644
index ee9af76751a9..000000000000
--- a/games/lmarbles/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: marbles
-# Date created: 12 June 2002
-# Whom: verm@drunkmonk.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= marbles
-PORTVERSION= 1.0.2
-PORTREVISION= 3
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= lgames
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A challenging puzzle game similar to Atomix
-
-USE_SDL= sdl
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-profile-path=/var/games
-USE_REINPLACE= yes
-
-MAN6= marbles.6
-
-post-patch:
- @${REINPLACE_CMD} -e 's/SDL\///' ${WRKSRC}/src/*.[ch]
- @${REINPLACE_CMD} -e 's/^#include "sys\/timeb.h"//' \
- ${WRKSRC}/src/timer.c
- @${REINPLACE_CMD} -e 's/games\/marbles/marbles/g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's/if .*marbles.prfs/if false/' \
- ${WRKSRC}/src/Makefile.in
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/src/empty.prfs ${DATADIR}
- @${CHOWN} root:games ${PREFIX}/bin/marbles
- @${CHMOD} g+s ${PREFIX}/bin/marbles
- @${SETENV} "PKG_PREFIX=${PREFIX}" \
- ${SH} pkg-install ${PKGNAME} POST-INSTALL
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/src/manual/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>