diff options
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> |