diff --git a/MOVED b/MOVED index 18bd08ab676e..c09f77d977a5 100644 --- a/MOVED +++ b/MOVED @@ -4237,3 +4237,4 @@ sysutils/estctrl||2009-12-24|Incorporated into base system long ago sysutils/freebsd-sha1||2009-12-24|Incorporated into base system long ago sysutils/freebsd-sha256||2009-12-24|Incorporated into base system long ago irc/znc-extras||2009-12-24|Has expired: Migrate to irc/znc instead +games/love|devel/love|2009-12-26|Move to better category diff --git a/devel/Makefile b/devel/Makefile index 94af87fd75e4..160b1463b042 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -830,6 +830,7 @@ SUBDIR += log4shib SUBDIR += loki SUBDIR += looks + SUBDIR += love SUBDIR += lpc21isp SUBDIR += lrmi SUBDIR += lua-bitlib diff --git a/games/Makefile b/games/Makefile index cc98656352b0..cc34402c464d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -497,7 +497,6 @@ SUBDIR += lmarbles SUBDIR += lmpc SUBDIR += lordsawar - SUBDIR += love SUBDIR += lpairs SUBDIR += ltris SUBDIR += lucidlife diff --git a/games/gunfudeadlands/Makefile b/games/gunfudeadlands/Makefile index 40940b0f4eca..af29c003a8c5 100644 --- a/games/gunfudeadlands/Makefile +++ b/games/gunfudeadlands/Makefile @@ -14,7 +14,7 @@ DISTNAME= GunFuDeadlands_${PORTVERSION:C/\.//}_src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Far West themed 2D shooter featuring bullet time -RUN_DEPENDS= love:${PORTSDIR}/games/love +RUN_DEPENDS= love:${PORTSDIR}/devel/love USE_ZIP= yes NO_BUILD= yes diff --git a/games/love/Makefile b/games/love/Makefile deleted file mode 100644 index edf875b282cd..000000000000 --- a/games/love/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: love -# Date created: 01 Aug 2008 -# Whom: Dmitry Marakasov -# -# $FreeBSD$ -# - -PORTNAME= love -DISTVERSION= 0.5-0 -PORTREVISION= 4 -CATEGORIES= games devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.5-0 - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Open-source 2D game engine - -LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ - physfs.1:${PORTSDIR}/devel/physfs \ - freetype.9:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs - -USE_BZIP2= yes -USE_GMAKE= yes -USE_SDL= sdl mixer -USE_GL= gl glu -USE_LUA= 5.1+ -GNU_CONFIGURE= yes -CONFIGURE_ENV= 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 - -PLIST_FILES= bin/love - -PORTDOCS= * - -post-patch: - @${REINPLACE_CMD} -e 's|ILvoid|void|' ${WRKSRC}/src/opengl/Image.cpp \ - ${WRKSRC}/src/opengl/love_opengl.cpp - @${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 diff --git a/games/love/distinfo b/games/love/distinfo deleted file mode 100644 index 932e8c97a77c..000000000000 --- a/games/love/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (love-0.5-0.tar.bz2) = 7b11e8409238ea46d7255d6b02b8d02e -SHA256 (love-0.5-0.tar.bz2) = 0f325fb92f032d089b6b77e1d1410e227631cac9b7c902869ab88441ba2c826b -SIZE (love-0.5-0.tar.bz2) = 739252 diff --git a/games/love/files/patch-src-opengl-GLee.h b/games/love/files/patch-src-opengl-GLee.h deleted file mode 100644 index ed97568780d9..000000000000 --- a/games/love/files/patch-src-opengl-GLee.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/opengl/GLee.h.orig 2008-09-20 18:40:14.000000000 +0400 -+++ src/opengl/GLee.h 2009-03-10 17:33:52.000000000 +0300 -@@ -747,8 +747,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/games/love/pkg-descr b/games/love/pkg-descr deleted file mode 100644 index f514f149392d..000000000000 --- a/games/love/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/