summaryrefslogtreecommitdiffstats
path: root/games/freebooters/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerkris <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitfd6ea44e7341e5eceafc62d7ff6eec0a45d23321 (patch)
tree839702695a2079fd711fd7410d5347d7c6f267e2 /games/freebooters/Makefile
parent1c5ecd19cefacc1ef8c4bf064d043bff0ffe99dc (diff)
downloadFreeBSD-ports-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.zip
FreeBSD-ports-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.tar.gz
Remove expired ports
Diffstat (limited to 'games/freebooters/Makefile')
-rw-r--r--games/freebooters/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/games/freebooters/Makefile b/games/freebooters/Makefile
deleted file mode 100644
index 72373ec..0000000
--- a/games/freebooters/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: freebooters
-# Date created: 02 July 2004
-# Whom: <janos.mohacsi@bsd.hu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= freebooters
-PORTVERSION= 0.2.1
-CATEGORIES= games
-MASTER_SITES= http://download.gna.org/freebooters/
-
-MAINTAINER= janos.mohacsi@bsd.hu
-COMMENT= Freebooters is a free clone of the classic Pirates!
-
-BROKEN= Unfetchable
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2005-09-22
-
-USE_GMAKE= yes
-USE_SDL= mixer image sdl ttf
-USE_REINPLACE= yes
-DOC_FILES= AUTHORS COPYING COPYRIGHT NEWS README \
- README_BUCCANEER TODO manual.tex
-MAN6= freebooters.6 buccaneer.6
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on 4.x"
-.endif
-
-do-configure:
- ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/sdl_setup.cc
- ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/tools.cc
- ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/data/freebooters.conf
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud