summaryrefslogtreecommitdiff
path: root/ham/xdx/Makefile
diff options
context:
space:
mode:
authorzafer <zafer@pkgsrc.org>2009-08-01 18:56:03 +0000
committerzafer <zafer@pkgsrc.org>2009-08-01 18:56:03 +0000
commitb03516abf1b12e84e474581b0f503ff7eb534e76 (patch)
tree26833a64fbedf9048d4d1822f2b10960f0ed22fe /ham/xdx/Makefile
parentb7a98d33cdb35368e22d832149b79f21c18e7028 (diff)
downloadpkgsrc-b03516abf1b12e84e474581b0f503ff7eb534e76.tar.gz
update to 2.4.2 by me (TA4CFR).
Changelog for version xdx (2.4.2) * German translations added. * Improved gnuplot script for proper use of time format for the x-axis. * Both contributions by Tom DL1JBE, Thanks! Changelog for version xdx (2.4.1) * This fixes compilation against version 2.14 of GTK+. Thanks to Tom, DL1JBE for notifying me. Changelog for version xdx (2.4) * Added automatic country lookup by Emanuele IZ0ETE. In order for this to work you need to enable the country column in the preferences dialog. * With this release visible columns need to be reconfigured. * Portuguese translation added. Thanks to David, CT1DRB. Changelog for version xdx (2.3) * Compilation fixes for MAC OS X. Thanks to IZ0ETE.
Diffstat (limited to 'ham/xdx/Makefile')
-rw-r--r--ham/xdx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile
index 84bad0ee005..8e78add1863 100644
--- a/ham/xdx/Makefile
+++ b/ham/xdx/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.18 2009/07/22 09:01:34 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2009/08/01 18:56:03 zafer Exp $
#
-DISTNAME= xdx-2.2
-PKGREVISION= 1
+DISTNAME= xdx-2.4.2
CATEGORIES= ham
MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://www.qsl.net/pg4i/linux/xdx.html
COMMENT= Amateur Radio tcp/ip DX-cluster client
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
@@ -18,5 +18,6 @@ USE_PKGLOCALEDIR=yes
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"