summaryrefslogtreecommitdiff
path: root/games/lm-solve/Makefile
blob: 540efd8c879a6b9330c50d6a7f4b592a4dfd7415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

PERL_CONFIGURE=	yes

MAN1=	lm-solve.1

.include <bsd.port.mk>