summaryrefslogtreecommitdiff
path: root/games/xpilot-ng-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpilot-ng-server/Makefile')
-rw-r--r--games/xpilot-ng-server/Makefile49
1 files changed, 0 insertions, 49 deletions
diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile
deleted file mode 100644
index 653ba7f66ce6..000000000000
--- a/games/xpilot-ng-server/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: xpilot-ng
-# Date created: 11 Sep 2003
-# Whom: Jean-Yves Lefort <jylefort@brutele.be>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xpilot-ng
-PORTVERSION= 4.6.4
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= xpilot
-
-MAINTAINER= jylefort@brutele.be
-COMMENT= An enhanced version of XPilot
-
-LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-
-MAN6= xpilot-ng-replay.6 \
- xpilot-ng-sdl.6 \
- xpilot-ng-server.6 \
- xpilot-ng-x11.6
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CONFIGURE_ARGS= --program-prefix=""
-
-OPTIONS= SDL "SDL/OpenGL client" on
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_SDL)
-USE_SDL= image sdl ttf
-CONFIGURE_ARGS+= --enable-sdl-client
-PLIST_SUB+= WITH_SDL=""
-USE_GCC= 3.2
-.else
-PLIST_SUB+= WITH_SDL="@comment "
-.endif
-
-pre-patch:
- @${REINPLACE_CMD} -e 's,#include "SDL/,#include "SDL11/,g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>