# 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: # # libzvbi/ # libzvbi/pkg-plist # libzvbi/pkg-descr # libzvbi/distinfo # libzvbi/Makefile # echo c - libzvbi/ mkdir -p libzvbi/ > /dev/null 2>&1 echo x - libzvbi/pkg-plist sed 's/^X//' >libzvbi/pkg-plist << 'END-of-libzvbi/pkg-plist' Xinclude/libzvbi.h Xlib/libzvbi.a Xlib/libzvbi.la Xlib/libzvbi.so.1 Xshare/locale/de/LC_MESSAGES/zvbi.mo Xshare/locale/en@boldquot/LC_MESSAGES/zvbi.mo Xshare/locale/en@quot/LC_MESSAGES/zvbi.mo Xshare/locale/es/LC_MESSAGES/zvbi.mo Xshare/locale/fr/LC_MESSAGES/zvbi.mo Xshare/locale/it/LC_MESSAGES/zvbi.mo Xshare/locale/nl/LC_MESSAGES/zvbi.mo END-of-libzvbi/pkg-plist echo x - libzvbi/pkg-descr sed 's/^X//' >libzvbi/pkg-descr << 'END-of-libzvbi/pkg-descr' XRoutines to access raw VBI capture devices (currently the V4L and XV4L2 API, and the *BSD bktr driver are supported), a versatile VBI Xbit slicer, decoders for various data services and basic search, Xrender and export functions for Closed Caption and Teletext pages. X XWWW: http://zapping.sourceforge.net/doc/libzvbi/ END-of-libzvbi/pkg-descr echo x - libzvbi/distinfo sed 's/^X//' >libzvbi/distinfo << 'END-of-libzvbi/distinfo' XMD5 (zvbi-0.2.4.tar.bz2) = 1eb3698c3ff792646b3f79923f12b865 END-of-libzvbi/distinfo echo x - libzvbi/Makefile sed 's/^X//' >libzvbi/Makefile << 'END-of-libzvbi/Makefile' X# New ports collection makefile for: libzvbi X# Date created: 1 March 2003 X# Whom: Oliver Lehmann X# X# $FreeBSD$ X# X XPORTNAME= libzvbi XPORTVERSION= 0.2.4 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= zapping XDISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} X XMAINTAINER= lehmann@ans-netz.de XCOMMENT= Routines to access raw VBI capture devices X XLIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ X intl.4:${PORTSDIR}/devel/gettext X XUSE_X_PREFIX= yes XUSE_BZIP2= yes XUSE_REINPLACE= yes XGNU_CONFIGURE= yes X XCONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}/include \ X --with-libintl-prefix=${LOCALBASE}/include X XCONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr/lib" X X.include X Xpost-patch: X @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure X X.include END-of-libzvbi/Makefile exit