mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# 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>
|