diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 03:40:09 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 03:40:09 +0800 |
commit | fc6592a4e3451b0f900b39eb2f4e9f422e8393f4 (patch) | |
tree | a2a5f58b68e0dcd390896d683fbf542f2fac146b /comms/xdx | |
parent | cd7e0a3be4084a5b6b705481ba4805dc84eb3bc8 (diff) | |
download | marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.gz marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.bz2 marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.lz marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.xz marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.zst marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.zip |
Fix the build with new gtk20.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9744 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'comms/xdx')
-rw-r--r-- | comms/xdx/Makefile | 28 | ||||
-rw-r--r-- | comms/xdx/distinfo | 3 | ||||
-rw-r--r-- | comms/xdx/pkg-descr | 8 | ||||
-rw-r--r-- | comms/xdx/pkg-plist | 28 |
4 files changed, 67 insertions, 0 deletions
diff --git a/comms/xdx/Makefile b/comms/xdx/Makefile new file mode 100644 index 000000000..ca9b14d0d --- /dev/null +++ b/comms/xdx/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xdx +# Date created: 2004-05-21 +# Whom: Matt Dawson <matt@mattsnetwork.co.uk> +# +# $FreeBSD$ +# + +PORTNAME= xdx +PORTVERSION= 2.2 +PORTREVISION= 1 +CATEGORIES= comms hamradio +MASTER_SITES= http://pg4i.chronos.org.uk/download/ \ + http://www.qsl.net/pg4i/download/ + +MAINTAINER= matt@chronos.org.uk +COMMENT= Amateur Radio DX cluster monitor + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= xdx.1 + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' + +.include <bsd.port.mk> diff --git a/comms/xdx/distinfo b/comms/xdx/distinfo new file mode 100644 index 000000000..93221f7c1 --- /dev/null +++ b/comms/xdx/distinfo @@ -0,0 +1,3 @@ +MD5 (xdx-2.2.tar.gz) = 7085fc49eacdf12f7ebaad08a2c37892 +SHA256 (xdx-2.2.tar.gz) = 312c3fa69221124e04b6e47b81b515a1706ebed54e5ff181da57ef2aade75834 +SIZE (xdx-2.2.tar.gz) = 253015 diff --git a/comms/xdx/pkg-descr b/comms/xdx/pkg-descr new file mode 100644 index 000000000..4a617d99b --- /dev/null +++ b/comms/xdx/pkg-descr @@ -0,0 +1,8 @@ +Xdx is a client to connect to a DX-cluster. Dx messages will be +displayed in a list, announcements will go to a text widget. + +As well as the usual functions, if you have hamlib installed +it can control the radio and set the frequency simply by double +clicking a DX-spot (using rigctl). + +WWW: http://pg4i.chronos.org.uk/linux/xdx.html diff --git a/comms/xdx/pkg-plist b/comms/xdx/pkg-plist new file mode 100644 index 000000000..cbf7b492e --- /dev/null +++ b/comms/xdx/pkg-plist @@ -0,0 +1,28 @@ +bin/xdx +share/applications/Xdx.desktop +%%DATADIR%%/MANUAL +%%DATADIR%%/MANUAL.es +%%DATADIR%%/MANUAL.fr +%%DATADIR%%/MANUAL.nl +%%DATADIR%%/MANUAL.pl +%%DATADIR%%/pixmaps/bigsmile.png +%%DATADIR%%/pixmaps/cry.png +%%DATADIR%%/pixmaps/sad.png +%%DATADIR%%/pixmaps/smile.png +%%DATADIR%%/pixmaps/wink.png +%%DATADIR%%/pixmaps/xdx-logo.png +%%DATADIR%%/pixmaps/xdx-logo.xcf +%%DATADIR%%/pixmaps/xdx.png +%%DATADIR%%/pixmaps/xdx.xcf +%%DATADIR%%/pixmaps/xdx.xpm +%%DATADIR%%/sounds/attention.wav +%%DATADIR%%/wwv.gnuplot +%%DATADIR%%/wwv.gnuplot~ +share/locale/es/LC_MESSAGES/xdx.mo +share/locale/fr/LC_MESSAGES/xdx.mo +share/locale/nl/LC_MESSAGES/xdx.mo +share/locale/pl/LC_MESSAGES/xdx.mo +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% +@dirrmtry share/applications |