aboutsummaryrefslogtreecommitdiff
path: root/comms/xlog/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-03 14:49:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-03 14:49:35 +0000
commit32d9453566f619a00de54aa30d080db6d0fb09f1 (patch)
tree75bba2bc22d2c5427618aaf6ad2440bf3ff59921 /comms/xlog/Makefile
parent604ccb515f8f45534d5e8810f6a30b2cafe2c328 (diff)
Notes
Diffstat (limited to 'comms/xlog/Makefile')
-rw-r--r--comms/xlog/Makefile27
1 files changed, 9 insertions, 18 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index e24ee052abc2..0f2283894b8c 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -5,37 +5,28 @@
# $FreeBSD$
PORTNAME= xlog
-PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTVERSION= 0.9.6
CATEGORIES= comms
MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= ports@FreeBSD.org
-COMMENT= An Amateur Radio station logging application
+COMMENT= Amateur Radio logging application
-BROKEN= "Does not compile"
-
-USE_GNOME= gtk20
+USE_X_PREFIX= yes
+USE_GNOME= pkgconfig libgnomeprint
GNU_CONFIGURE= yes
-
-MAN1= xlog.1
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
-BROKEN= "Does not compile on alpha 4.x"
-.endif
+USE_GMAKE= yes
.if defined(WITH_HAMLIB)
-LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
+LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib
CONFIGURE_ARGS+= --enable-hamlib
-PLIST_SUB+= HAMLIB=""
-USE_GNOME= pkgconfig
.endif
+MAN1= xlog.1
+
pre-extract:
.if !defined(WITH_HAMLIB)
@${ECHO_MSG} "You can enable hamlib support for Xlog by defining WITH_HAMLIB"
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>