mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
23 lines
408 B
Makefile
23 lines
408 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: lm-solve
|
|
# Date created: Sep 5, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lm-solve
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://vipe.technion.ac.il/~shlomif/lm-solve/
|
|
DISTNAME= LM-Solve-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Computerized Solver for Logic Mazes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= lm-solve.1
|
|
|
|
.include <bsd.port.mk>
|