freebsd-ports/games/lapispuzzle/Makefile
Dirk Meyer 600d6c7844 LapisPuzzle is a tetris-like game which challenges the player by making
the opposing team's victories count doubly against the player and vice
versa. Play it and find out!

WWW: http://www.nongnu.org/gap/lapispuzzle/
PR:		104388
Submitted by:	Gürkan Sengün
2006-10-31 05:41:46 +00:00

27 lines
642 B
Makefile

# New ports collection makefile for: lapispuzzle
# Date created: 13 Oct 2006
# Whom: gurkan@linuks.mine.nu
#
# $FreeBSD$
#
PORTNAME= lapispuzzle
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://download.savannah.gnu.org/releases/gap/ \
http://florida.ethz.ch/ports/distfiles/
DISTNAME= LapisPuzzle-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= Tetris-like game for GNUstep
WRKSRC= ${WRKDIR}/LapisPuzzle-${PORTVERSION}
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
.include <bsd.port.mk>