summaryrefslogtreecommitdiff
path: root/games/netpanzer-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/netpanzer-data/Makefile')
-rw-r--r--games/netpanzer-data/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/games/netpanzer-data/Makefile b/games/netpanzer-data/Makefile
deleted file mode 100644
index 264c8622d1eb..000000000000
--- a/games/netpanzer-data/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: netpanzer
-# Date created: 29 May 2004
-# Whom: Guido Falsi <mad@madpilot.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= netpanzerdata
-PORTVERSION= 0.1.3
-CATEGORIES= games
-MASTER_SITES= http://download.berlios.de/netpanzer/
-
-MAINTAINER= mad@madpilot.net
-COMMENT= Data files for the netpanzer game
-
-LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs
-BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libphysfs=${LOCALBASE}
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \
- CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_SDL= sdl net mixer image
-USE_GNOME= libxml2
-USE_GCC= 3.4
-
-do-build:
- @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} jam)
-
-do-install:
- @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} jam ${INSTALL_TARGET})
-
-.include <bsd.port.mk>