mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
27 lines
713 B
Makefile
27 lines
713 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lm-solve
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Games
|
|
DISTNAME= Games-LMSolve-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Computerized Solver for Logic Mazes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN1= lm-solve.1
|
|
MAN3= Games::LMSolve.3 Games::LMSolve::Base.3 Games::LMSolve::Input.3 \
|
|
Games::LMSolve::Minotaur.3 Games::LMSolve::Tilt::RedBlue.3 \
|
|
Games::LMSolve::Tilt::Single.3 Games::LMSolve::Tilt::Multi.3 \
|
|
Games::LMSolve::Numbers.3 Games::LMSolve::Alice.3 \
|
|
Games::LMSolve::Plank::Hex.3 Games::LMSolve::Plank::Base.3 \
|
|
Games::LMSolve::Registry.3 Games::LMSolve::Tilt::Base.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|