diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 10:59:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 10:59:00 +0000 |
commit | bbbf286a3f010390ea4169869905951f4803ab95 (patch) | |
tree | 63805f4ac0ba03c7b0809d843396cb9b6cdb3192 /devel/Makefile | |
parent | [new port] libtifiles: handle TI calculator files (diff) |
[new port] libticalcs: TI calculator library
Libticalcs is part of TiLP, a program to connect a TI
calculator to a computer. This lib handles the various
calculator types.
PR: ports/56136
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Notes
Notes:
svn path=/head/; revision=88788
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d043d34e8911..7d85292f671f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -359,6 +359,7 @@ SUBDIR += libtai SUBDIR += libtar SUBDIR += libtecla + SUBDIR += libticalcs SUBDIR += libtifiles SUBDIR += libtool13 SUBDIR += libtool14 |