diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-30 06:13:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-30 06:13:31 +0800 |
commit | 2a70258cbc9f922ae58a55d141227f86c23e8c2a (patch) | |
tree | 5db2df564aac15c21bb72c64f2e09cfa41da43e6 | |
parent | d965bac3ccc56040d01803d3f964fb121d365b1f (diff) | |
download | freebsd-ports-gnome-2a70258cbc9f922ae58a55d141227f86c23e8c2a.tar.gz freebsd-ports-gnome-2a70258cbc9f922ae58a55d141227f86c23e8c2a.tar.zst freebsd-ports-gnome-2a70258cbc9f922ae58a55d141227f86c23e8c2a.zip |
Blobby2 is the official continuation of the famous Blobby
Volley 1.x arcade game
WWW: http://blobby.sourceforge.net
PR: ports/122345
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/blobby/Makefile | 39 | ||||
-rw-r--r-- | games/blobby/distinfo | 3 | ||||
-rw-r--r-- | games/blobby/pkg-descr | 4 | ||||
-rw-r--r-- | games/blobby/pkg-plist | 9 |
5 files changed, 56 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index e22d29730730..854e1741de35 100644 --- a/games/Makefile +++ b/games/Makefile @@ -82,6 +82,7 @@ SUBDIR += blackshadeselite SUBDIR += blinkensisters SUBDIR += blobandconquer + SUBDIR += blobby SUBDIR += bloboats SUBDIR += blobwars SUBDIR += block diff --git a/games/blobby/Makefile b/games/blobby/Makefile new file mode 100644 index 000000000000..280ddb704ee5 --- /dev/null +++ b/games/blobby/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: blobby +# Date created: 01 Apr 2008 +# Whom: Ganael Laplanche <ganael.laplanche@martymac.com> +# +# $FreeBSD$ +# + +PORTNAME= blobby +PORTVERSION= 0.6a +CATEGORIES= games +MASTER_SITES= SF +DISTNAME= blobby2-linux-${PORTVERSION} + +MAINTAINER= ganael.laplanche@martymac.com +COMMENT= Official continuation of the famous Blobby Volley 1.x game + +LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \ + drm:${PORTSDIR}/graphics/libdrm + +USE_XORG= x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender +USE_SDL= sdl +USE_GL= glu +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +WRKSRC= ${WRKDIR}/blobby-alpha-6 + +PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/games/blobby/distinfo b/games/blobby/distinfo new file mode 100644 index 000000000000..560a6806b6b3 --- /dev/null +++ b/games/blobby/distinfo @@ -0,0 +1,3 @@ +MD5 (blobby2-linux-0.6a.tar.gz) = fdef3e59f0870d890be8dffaccd773ca +SHA256 (blobby2-linux-0.6a.tar.gz) = da070839fd2c99269fcb0d4dfc0de10bb9fab980ca28408d2a27490244bce526 +SIZE (blobby2-linux-0.6a.tar.gz) = 2110392 diff --git a/games/blobby/pkg-descr b/games/blobby/pkg-descr new file mode 100644 index 000000000000..acf39b8936f3 --- /dev/null +++ b/games/blobby/pkg-descr @@ -0,0 +1,4 @@ +Blobby2 is the official continuation of the famous Blobby +Volley 1.x arcade game + +WWW: http://blobby.sourceforge.net diff --git a/games/blobby/pkg-plist b/games/blobby/pkg-plist new file mode 100644 index 000000000000..e817f346e7bf --- /dev/null +++ b/games/blobby/pkg-plist @@ -0,0 +1,9 @@ +bin/blobby +bin/blobby-server +%%DATADIR%%/gfx.zip +%%DATADIR%%/gf2x.zip +%%DATADIR%%/sounds.zip +%%DATADIR%%/scripts.zip +%%DATADIR%%/config.xml +%%DATADIR%%/inputconfig.xml +@dirrm %%DATADIR%% |