mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
18 lines
370 B
Makefile
18 lines
370 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= gennerate@zonnet.nl
|
|
COMMENT= A text-based puzzle game
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|