summaryrefslogtreecommitdiff
path: root/devel/love07
diff options
context:
space:
mode:
Diffstat (limited to 'devel/love07')
-rw-r--r--devel/love07/Makefile54
-rw-r--r--devel/love07/distinfo2
-rw-r--r--devel/love07/files/patch-src-modules-graphics-opengl-GLee.h11
-rw-r--r--devel/love07/pkg-descr7
4 files changed, 0 insertions, 74 deletions
diff --git a/devel/love07/Makefile b/devel/love07/Makefile
deleted file mode 100644
index 498fa9990195..000000000000
--- a/devel/love07/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: love
-# Date created: 01 Aug 2008
-# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= love
-PORTVERSION= 0.7.2
-CATEGORIES= devel games
-MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \
- http://mirror.amdmi3.ru/distfiles/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src
-
-MAINTAINER= amdmi3@FreeBSD.org
-COMMENT= Open-source 2D game engine
-
-LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \
- modplug.1:${PORTSDIR}/audio/libmodplug \
- mpg123.0:${PORTSDIR}/audio/mpg123 \
- vorbisfile.6:${PORTSDIR}/audio/libvorbis \
- physfs.1:${PORTSDIR}/devel/physfs \
- freetype.9:${PORTSDIR}/print/freetype2
-BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-
-USE_GMAKE= yes
-USE_OPENAL= yes
-USE_SDL= sdl mixer
-USE_GL= gl glu
-USE_LUA= 5.1+
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \
- -I${LUA_INCDIR} `${SDL_CONFIG} --cflags`
-LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR}
-CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib
-WRKSRC= ${WRKDIR}/love-HEAD
-
-PLIST_FILES= bin/love
-
-PORTDOCS= *
-
-post-patch:
- @${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d' \
- ${WRKSRC}/configure
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${DOCSDIR}
-.for f in changes.txt readme.txt
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/love07/distinfo b/devel/love07/distinfo
deleted file mode 100644
index 88fb81b55c59..000000000000
--- a/devel/love07/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (love-0.7.2-linux-src.tar.gz) = a57adcb0cbdc390a9bd8e2fe477bc175799b9ffd3486e01f859a36bf27f7f268
-SIZE (love-0.7.2-linux-src.tar.gz) = 900209
diff --git a/devel/love07/files/patch-src-modules-graphics-opengl-GLee.h b/devel/love07/files/patch-src-modules-graphics-opengl-GLee.h
deleted file mode 100644
index ee29f8c1c064..000000000000
--- a/devel/love07/files/patch-src-modules-graphics-opengl-GLee.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modules/graphics/opengl/GLee.h.orig 2011-05-04 20:00:10.000000000 +0400
-+++ src/modules/graphics/opengl/GLee.h 2011-09-20 00:16:46.000000000 +0400
-@@ -799,8 +799,6 @@
-
- /* GLX */
-
-- typedef void (*__GLXextFuncPtr)(void);
--
- #ifndef GLX_ARB_get_proc_address
- #define GLX_ARB_get_proc_address 1
- extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
diff --git a/devel/love07/pkg-descr b/devel/love07/pkg-descr
deleted file mode 100644
index f514f149392d..000000000000
--- a/devel/love07/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-LOVE is an open-source 2D game engine which uses the versatile Lua
-scripting language to create dynamic gaming experiences. It relies
-on OpenGL graphics and the SDL interface library to allow for
-cross-platform implementation and is an all-encompassing gaming
-environment for the development and enjoyment of 2D games.
-
-WWW: http://www.love2d.org/