1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/games/enygma/Makefile
2021-04-06 16:31:07 +02:00

22 lines
476 B
Makefile

# Created by: Wouter Reckman <gennerate@zonnet.nl>
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= localbase ncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/games
CPPFLAGS+= -I${NCURSESINC}
.include <bsd.port.mk>