aboutsummaryrefslogtreecommitdiff
path: root/games/lm-solve/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-05 09:07:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-05 09:07:55 +0000
commit64cee8ba3331ad3eccf576d4d03222c893613817 (patch)
tree1f9a5984297bf04409e7fa5a6b59f12890fabf39 /games/lm-solve/Makefile
parent96f8dfa67123d5c3a1678eb4e57d40e0d83945a9 (diff)
downloadports-64cee8ba3331ad3eccf576d4d03222c893613817.tar.gz
ports-64cee8ba3331ad3eccf576d4d03222c893613817.zip
Notes
Diffstat (limited to 'games/lm-solve/Makefile')
-rw-r--r--games/lm-solve/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/lm-solve/Makefile b/games/lm-solve/Makefile
new file mode 100644
index 000000000000..540efd8c879a
--- /dev/null
+++ b/games/lm-solve/Makefile
@@ -0,0 +1,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>