minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
17 lines
363 B
Makefile
17 lines
363 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= Text-based puzzle game
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|