mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Grig is a graphical front-end to the Ham Radio libraries
written using Gtk+ and Gnome widgets by Alexandru Csete. Part of the grounstation suite, it purpose is to control an amateur radio transceiver from X. It supports any of the transceivers that hamlib supports, including rpc.rigd over the network. However, at present only a subset of the hamlib functions are provided. The groundstation suite comprises Gnome-rig and Gnome-predict and is intended to provide a low-cost amateur radio station with the facilities of a high-end satellite station. WWW: http://groundstation.sourceforge.net/ PR: ports/61729 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
This commit is contained in:
parent
7ffe68c684
commit
7debfecf5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98832
@ -20,6 +20,7 @@
|
||||
SUBDIR += gmfsk
|
||||
SUBDIR += gnokii
|
||||
SUBDIR += gpredict
|
||||
SUBDIR += grig
|
||||
SUBDIR += gscmxx
|
||||
SUBDIR += gsmlib
|
||||
SUBDIR += hamfax
|
||||
|
30
comms/grig/Makefile
Normal file
30
comms/grig/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: grig
|
||||
# Date created: 2004-01-22
|
||||
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grig
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= groundstation
|
||||
|
||||
MAINTAINER= matt@mattsnetwork.co.uk
|
||||
COMMENT= Amateur Radio control front-end
|
||||
|
||||
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gconf gtk12 gnomecanvas
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ARGS= --disable-nls # nls not supported yet
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|GCONF_LIBS="`|GCONF_LIBS="-lgconf-gtk-1 `|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
1
comms/grig/distinfo
Normal file
1
comms/grig/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (grig-0.2.2.tar.gz) = 6d9786c7a5ee5e1f95d2572d3c7ce277
|
14
comms/grig/pkg-descr
Normal file
14
comms/grig/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Grig is a graphical front-end to the Ham Radio libraries
|
||||
written using Gtk+ and Gnome widgets by Alexandru Csete.
|
||||
|
||||
Part of the grounstation suite, it purpose is to control
|
||||
an amateur radio transceiver from X. It supports any of
|
||||
the transceivers that hamlib supports, including rpc.rigd
|
||||
over the network. However, at present only a subset of the
|
||||
hamlib functions are provided.
|
||||
|
||||
The groundstation suite comprises Gnome-rig and Gnome-predict
|
||||
and is intended to provide a low-cost amateur radio station
|
||||
with the facilities of a high-end satellite station.
|
||||
|
||||
WWW: http://groundstation.sourceforge.net/
|
4
comms/grig/pkg-plist
Normal file
4
comms/grig/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/grig
|
||||
share/pixmaps/grig/digits_normal.xpm
|
||||
share/pixmaps/grig/digits_small.xpm
|
||||
@dirrm share/pixmaps/grig
|
Loading…
Reference in New Issue
Block a user