diff options
author | az <az@FreeBSD.org> | 2005-10-05 01:22:17 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2005-10-05 01:22:17 +0800 |
commit | cb483ca5899c8bd667b73429e2a8429caabe44cb (patch) | |
tree | ebf159433d36a07357794f6df52cff11bb652376 /games/interlogic | |
parent | 03f03c2259753bc9b1fd9c19934851c5d3fbb0ac (diff) | |
download | freebsd-ports-gnome-cb483ca5899c8bd667b73429e2a8429caabe44cb.tar.gz freebsd-ports-gnome-cb483ca5899c8bd667b73429e2a8429caabe44cb.tar.zst freebsd-ports-gnome-cb483ca5899c8bd667b73429e2a8429caabe44cb.zip |
InterLOGIC is a logic/puzzle game based on an old Amiga game Balls.
The object of the game is to move a differently colored balls through
the maze, connecting it with the other same colored balls.
PR: ports/86847
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Approved by: sem (mentor)
Diffstat (limited to 'games/interlogic')
-rw-r--r-- | games/interlogic/Makefile | 31 | ||||
-rw-r--r-- | games/interlogic/distinfo | 2 | ||||
-rw-r--r-- | games/interlogic/pkg-descr | 7 |
3 files changed, 40 insertions, 0 deletions
diff --git a/games/interlogic/Makefile b/games/interlogic/Makefile new file mode 100644 index 000000000000..69d157251a6f --- /dev/null +++ b/games/interlogic/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: interlogic +# Date created: 01 Oct 2005 +# Whom: Dmitry Marakasov <amdmi3@mail.ru> +# +# $FreeBSD$ +# + +PORTNAME= interlogic +PORTVERSION= 0.30 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= interlogic +DISTNAME= interLOGIC-src-${PORTVERSION} + +MAINTAINER= amdmi3@mail.ru +COMMENT= Move colored balls through the maze connecting it with each other + +USE_SDL= image sdl +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags`" \ + LDFLAGS="`${SDL_CONFIG} --libs`" + +WRKSRC= ${WRKDIR}/interlogic + +PLIST_FILES= bin/interlogic + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/interlogic ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/games/interlogic/distinfo b/games/interlogic/distinfo new file mode 100644 index 000000000000..23f9812913a0 --- /dev/null +++ b/games/interlogic/distinfo @@ -0,0 +1,2 @@ +MD5 (interLOGIC-src-0.30.tar.gz) = 1c1b58a7d5029333611e5d8fe48a8d78 +SIZE (interLOGIC-src-0.30.tar.gz) = 1731894 diff --git a/games/interlogic/pkg-descr b/games/interlogic/pkg-descr new file mode 100644 index 000000000000..e62e5d415977 --- /dev/null +++ b/games/interlogic/pkg-descr @@ -0,0 +1,7 @@ +InterLOGIC is a logic/puzzle game based on an old Amiga game Balls. +The object of the game is to move a differently colored balls through +the maze, connecting it with the other same colored balls. + +WWW: http://sourceforge.net/projects/interlogic + +- Dmitry Marakasov <amdmi3@mail.ru> |