mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
[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>
This commit is contained in:
parent
0a8169aade
commit
bbbf286a3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88788
@ -359,6 +359,7 @@
|
||||
SUBDIR += libtai
|
||||
SUBDIR += libtar
|
||||
SUBDIR += libtecla
|
||||
SUBDIR += libticalcs
|
||||
SUBDIR += libtifiles
|
||||
SUBDIR += libtool13
|
||||
SUBDIR += libtool14
|
||||
|
34
devel/libticalcs/Makefile
Normal file
34
devel/libticalcs/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: libticalcs
|
||||
# Date created: 27 August 2003
|
||||
# Whom: Tijl Coosemans <tijl@ulyssis.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libticalcs
|
||||
PORTVERSION= 4.5.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tilp
|
||||
|
||||
MAINTAINER= tijl@ulyssis.org
|
||||
COMMENT= TI calculator library
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \
|
||||
tifiles.5:${PORTSDIR}/devel/libtifiles \
|
||||
intl.4:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= ticalcs-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/libticalcs/distinfo
Normal file
1
devel/libticalcs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libticalcs-4.5.1.tar.gz) = 3fb8a76fc681f6e7067bac8a98e54ba8
|
7
devel/libticalcs/pkg-descr
Normal file
7
devel/libticalcs/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The libTicalc library is a multi-platform library which handles all
|
||||
Texas Instruments calculators through a set of functions.
|
||||
|
||||
WWW: http://tilp.info/
|
||||
|
||||
- Tijl Coosemans
|
||||
tijl@ulyssis.org
|
21
devel/libticalcs/pkg-plist
Normal file
21
devel/libticalcs/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
include/tilp/calc_def.h
|
||||
include/tilp/calc_err.h
|
||||
include/tilp/calc_int.h
|
||||
include/tilp/calc_ver.h
|
||||
include/tilp/headers.h
|
||||
include/tilp/intl2.h
|
||||
include/tilp/keys73.h
|
||||
include/tilp/keys83p.h
|
||||
include/tilp/keys89.h
|
||||
include/tilp/keys92p.h
|
||||
include/tilp/pause.h
|
||||
include/tilp/ticalcs.h
|
||||
include/tilp/tikeys.h
|
||||
include/tilp/update.h
|
||||
lib/libticalcs-4.la
|
||||
lib/libticalcs-4.so
|
||||
lib/libticalcs-4.so.5
|
||||
libdata/pkgconfig/ticalcs-4.pc
|
||||
share/aclocal/ticalcs.m4
|
||||
share/locale/fr/LC_MESSAGES/libticalcs.mo
|
||||
@unexec rmdir %D/include/tilp 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user