summaryrefslogtreecommitdiff
path: root/ham/xlog/Makefile
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2005-01-23 09:02:54 +0000
committerwulf <wulf@pkgsrc.org>2005-01-23 09:02:54 +0000
commit3644b1d3acc82412e25a3951edf6a3780d951a92 (patch)
treed4ed2e04040a58be517c7e4ba1fcdfd554d66b40 /ham/xlog/Makefile
parent95adcbca6a5901528f08fc71986e9fd30e9754b9 (diff)
downloadpkgsrc-3644b1d3acc82412e25a3951edf6a3780d951a92.tar.gz
Updated xlog to 1.0:
Uses GTK 2.4.0 or greater KDE Desktop and mime integration Preview widget added to open dialog New menu added enabling switching of logs Log sorting by date and time Search dialog history added Use of Xml to save and load preferences Fixed bug in the integration of hamlib library Fixed Locator distance calculation Fixed Memory leak Fixed logs filename creation
Diffstat (limited to 'ham/xlog/Makefile')
-rw-r--r--ham/xlog/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile
index 1daa088ccac..b49cdfa65d0 100644
--- a/ham/xlog/Makefile
+++ b/ham/xlog/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/12/13 23:03:33 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/23 09:02:54 wulf Exp $
#
-DISTNAME= xlog-0.9.3
-PKGREVISION= 1
+DISTNAME= xlog-1.0
CATEGORIES= ham
MASTER_SITES= http://www.qsl.net/pg4i/download/
@@ -12,7 +11,7 @@ COMMENT= Amateur Radio logging program
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
-USE_PKGLOCALDIR=yes
+USE_PKGLOCALEDIR=yes
USE_GNU_TOOLS+= make
CONFIGURE_ARGS= --enable-hamlib
@@ -20,4 +19,5 @@ CONFIGURE_ARGS= --enable-hamlib
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../ham/hamlib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"