aboutsummaryrefslogtreecommitdiff
path: root/emulators/tilem/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-09-05 15:57:43 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-09-05 15:57:43 +0000
commitf9320eedcfe16b1347d42543155dc16abc1ad188 (patch)
tree1f4fd111f87f43eddbc58ef43283a7c409c14e7a /emulators/tilem/Makefile
parent554dbd0df3e67dacea18768b1f2fd10a86bfb682 (diff)
downloadports-f9320eedcfe16b1347d42543155dc16abc1ad188.tar.gz
ports-f9320eedcfe16b1347d42543155dc16abc1ad188.zip
Add TilEm, a Gtk+-based TI graphing calculators emulator. It supports all
Z80 TI calculators (73, 82, 83, 83+, 83+ SE, 84+, 84+ SE, 85, and 86) except for TI-81, and all known ROM/OS versions. WWW: http://lpg.ticalc.org/prj_tilem/
Notes
Notes: svn path=/head/; revision=172324
Diffstat (limited to 'emulators/tilem/Makefile')
-rw-r--r--emulators/tilem/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile
new file mode 100644
index 000000000000..f33cf0e6cc6a
--- /dev/null
+++ b/emulators/tilem/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: TilEm
+# Date created: 5 Sep 2006
+# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tilem
+PORTVERSION= 0.973
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= An emulator for the Z80 series of Texas Instruments calculators
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gtk12
+USE_X_PREFIX= yes
+
+.include <bsd.port.mk>