aboutsummaryrefslogtreecommitdiffstats
path: root/games/enygma/Makefile
blob: 6cb54791fe0f6b60729f965391c5a1741a160417 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: 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= ports@FreeBSD.org
COMMENT=    Text-based puzzle game

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENCE

USES=       ncurses
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --localstatedir=/var/games
CPPFLAGS+=  -I${NCURSESINC} -I${LOCALBASE}/include

.include <bsd.port.mk>