blob: 7d8bfe745a87dfc190fa59e8887d1f0b9558c1c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
PORTCOMMENT= A Computerized Solver for Logic Mazes
PERL_CONFIGURE= yes
MAN1= lm-solve.1
.include <bsd.port.mk>
|