# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libticables # libticables/Makefile # libticables/pkg-descr # libticables/pkg-plist # libticables/files # libticables/files/patch-configure # libticables/distinfo # echo c - libticables mkdir -p libticables > /dev/null 2>&1 echo x - libticables/Makefile sed 's/^X//' >libticables/Makefile << 'END-of-libticables/Makefile' X# New ports collection makefile for: libticables X# Date created: 27 August 2003 X# Whom: Tijl Coosemans X# X# $FreeBSD$ X# X XPORTNAME= libticables XPORTVERSION= 3.7.7 XCATEGORIES= comms XCOMMENT= TI calculator link cables library XMAINTAINER= tijl@ulyssis.org X XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= tilp X XBUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig XRUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig XLIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XUSE_LIBTOOL= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ X LDFLAGS="-L${LOCALBASE}/lib" X XMAN1= ticables-config.1 X X.include X X.if defined(WITH_LIBUSB) || exists(${LOCALBASE}/bin/libusb-config) XLIB_DEPENDS+= usb-0.1.7:${PORTSDIR}/devel/libusb X.else Xpre-everything:: X @${ECHO_MSG} X @${ECHO_MSG} "=======================================================" X @${ECHO_MSG} "If you want to compile with USB support, hit Ctrl-C" X @${ECHO_MSG} "right now and use \"make WITH_LIBUSB=yes\"" X @${ECHO_MSG} "=======================================================" X @${ECHO_MSG} X.endif #WITH_LIBUSB X X.include END-of-libticables/Makefile echo x - libticables/pkg-descr sed 's/^X//' >libticables/pkg-descr << 'END-of-libticables/pkg-descr' XThe ticables library is a multi-platform library which handles all XTexas Instruments calculator link cables through a set of functions Xwhich constitutes a common API. X XWWW: http://tilp.info/ X X- Tijl Coosemans Xtijl@ulyssis.org END-of-libticables/pkg-descr echo x - libticables/pkg-plist sed 's/^X//' >libticables/pkg-plist << 'END-of-libticables/pkg-plist' Xbin/ticables-config Xinclude/tilp/cabl_def.h Xinclude/tilp/cabl_err.h Xinclude/tilp/cabl_int.h Xinclude/tilp/cabl_ver.h Xinclude/tilp/export.h Xinclude/tilp/intl.h Xinclude/tilp/ticables.h Xinclude/tilp/timeout.h Xlib/libticables.la Xlib/libticables.so Xlib/libticables.so.10 Xlibdata/pkgconfig/ticables.pc Xshare/locale/fr/LC_MESSAGES/libticables.mo X@unexec rmdir %D/include/tilp 2>/dev/null || true END-of-libticables/pkg-plist echo c - libticables/files mkdir -p libticables/files > /dev/null 2>&1 echo x - libticables/files/patch-configure sed 's/^X//' >libticables/files/patch-configure << 'END-of-libticables/files/patch-configure' X--- configure.orig Wed Aug 27 21:54:38 2003 X+++ configure Wed Aug 27 21:55:32 2003 X@@ -24767,6 +24767,7 @@ X X X X+LDFLAGS="$LDFLAGS $INTLLIBS" X X X END-of-libticables/files/patch-configure echo x - libticables/distinfo sed 's/^X//' >libticables/distinfo << 'END-of-libticables/distinfo' XMD5 (libticables-3.7.7.tar.gz) = d47c54228fb883a3cf1d5f779a926471 END-of-libticables/distinfo exit