# 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: # # grig # grig/files # grig/pkg-descr # grig/pkg-plist # grig/distinfo # grig/Makefile # echo c - grig mkdir -p grig > /dev/null 2>&1 echo c - grig/files mkdir -p grig/files > /dev/null 2>&1 echo x - grig/pkg-descr sed 's/^X//' >grig/pkg-descr << 'END-of-grig/pkg-descr' XGrig is a graphical front-end to the Ham Radio libraries Xwritten using Gtk+ and Gnome widgets by Alexandru Csete. X XPart of the grounstation suite, it purpose is to control Xan amateur radio transceiver from X. It supports any of Xthe transceivers that hamlib supports, including rpc.rigd Xover the network. However, at present only a subset of the Xhamlib functions are provided. X XThe groundstation suite comprises Gnome-rig and Gnome-predict Xand is intended to provide a low-cost amateur radio station Xwith the facilities of a high-end satellite station. X X X XWWW: http://groundstation.sourceforge.net/?grig END-of-grig/pkg-descr echo x - grig/pkg-plist sed 's/^X//' >grig/pkg-plist << 'END-of-grig/pkg-plist' Xbin/grig Xshare/pixmaps/grig/digits_normal.xpm Xshare/pixmaps/grig/digits_small.xpm X@dirrm share/pixmaps/grig END-of-grig/pkg-plist echo x - grig/distinfo sed 's/^X//' >grig/distinfo << 'END-of-grig/distinfo' XMD5 (grig-0.2.2.tar.gz) = 6d9786c7a5ee5e1f95d2572d3c7ce277 END-of-grig/distinfo echo x - grig/Makefile sed 's/^X//' >grig/Makefile << 'END-of-grig/Makefile' X# New ports collection makefile for: grig X# Date created: 2004-01-22 X# Whom: Matt Dawson X# X# $FreeBSD: ports/comms/grig/Makefile,v 1.0 2004/01/22 12:17:38 mattd EXP $ X XPORTNAME= grig XPORTVERSION= 0.2.2 XCATEGORIES= comms XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= groundstation X XMAINTAINER= matt@mattsnetwork.co.uk XCOMMENT= Amateur Radio control front-end X XLIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib X XUSE_X_PREFIX= yes XUSE_GTK= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= --disable-nls # nls not supported yet XUSE_PKGCONFIG= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X X.include END-of-grig/Makefile exit