summaryrefslogtreecommitdiff
path: root/comms/xlog/Makefile
diff options
context:
space:
mode:
authorPatrick S. Gardella <patrick@FreeBSD.org>2004-02-04 16:15:04 +0000
committerPatrick S. Gardella <patrick@FreeBSD.org>2004-02-04 16:15:04 +0000
commit0bdeb82558543108f71727bb2d92d98e01a64bd2 (patch)
treec3797fe58e6ecd1a5d1700d32138145ef6830a45 /comms/xlog/Makefile
parentLink MySQL 5.0 directories. (diff)
Update to 0.9.1
Diffstat (limited to 'comms/xlog/Makefile')
-rw-r--r--comms/xlog/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index eed253b1177b..6d34f266408c 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -5,18 +5,25 @@
# $FreeBSD$
PORTNAME= xlog
-PORTVERSION= 0.7
-PORTREVISION= 1
+PORTVERSION= 0.9.1
+PORTREVISION= 0
CATEGORIES= comms
-MASTER_SITES= http://people.debian.org/~pa3aba/download/
+MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= patrick@FreeBSD.org
COMMENT= An Amateur Radio station logging application
-USE_GTK= yes
+USE_GNOME= gtk20
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= GTKCONFIG=${GTK_CONFIG}
MAN1= xlog.1
.include <bsd.port.mk>
+
+.if defined(WITH_HAMLIB)
+LIB_DEPENDS= hamlib-1.1.4.1:${PORTSDIR}/comms/hamlib
+CONFIGURE_ARGS+= --enable-hamlib
+PLIST_SUB+= HAMLIB=""
+CONFIGURE_ENV= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig
+MAKE_ENV= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig
+.endif