9017311762
stuff around. It has elements of Boulderdash and elements of Sokoban, and anybody old enough to remember XOR on the Spectrum will see large elements of that in it. The port and executable have been named 'enygma' to avoid a name collision. WWW: http://www.chiark.greenend.org.uk/~sgtatham/enigma/ PR: ports/127427 Submitted by: Wouter Reckman <gennerate at zonnet.nl>
20 lines
472 B
Makefile
20 lines
472 B
Makefile
# New ports collection makefile for: enygma
|
|
# Date created: 14 September 2008
|
|
# Whom: Wouter Reckman <gennerate@zonnet.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= enygma
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/enigma/
|
|
DISTNAME= enigma-${DISTVERSION}
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gennerate@zonnet.nl
|
|
COMMENT= A text-based puzzle game
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|