1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/lapispuzzle/Makefile
Emanuel Haupt 40b465290e Update master site.
Approved by:	tarzeau@linuks.mine.nu (maintainer)
2006-11-21 15:23:19 +00:00

28 lines
645 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://io.debian.net/~tar/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>