mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a09e55e2e8
pending PR With hat: portmgr
18 lines
361 B
Makefile
18 lines
361 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|