aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cgdb/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-04-30 06:10:13 +0800
committerpav <pav@FreeBSD.org>2006-04-30 06:10:13 +0800
commit139ed636ecd3cb0a4c65af3bb2ac5cff82df5a48 (patch)
tree9f9be4f4c3fd3abdb9c11fd2310df3347d70776e /devel/cgdb/Makefile
parent401b387d41cd55817e3e355a8380485e5d0c0031 (diff)
downloadfreebsd-ports-gnome-139ed636ecd3cb0a4c65af3bb2ac5cff82df5a48.tar.gz
freebsd-ports-gnome-139ed636ecd3cb0a4c65af3bb2ac5cff82df5a48.tar.zst
freebsd-ports-gnome-139ed636ecd3cb0a4c65af3bb2ac5cff82df5a48.zip
- Update to 0.6.2
- Requires readline 5.1 PR: ports/96499 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Diffstat (limited to 'devel/cgdb/Makefile')
-rw-r--r--devel/cgdb/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index 650d99b56347..d26aecb347c6 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cgdb
-PORTVERSION= 0.5.3
+PORTVERSION= 0.6.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,19 +14,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gslin@gslin.org
COMMENT= A curses-based interface to the GNU Debugger
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-
+INFO= cgdb
+MAN1= cgdb.1
PLIST_FILES= bin/cgdb
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500018
-# This port requires readline 4.2 or newer, which is only available
-# in the base system in FreeBSD 5.x or later.
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
-RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
-CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
+.if ${OSVERSION} < 700016
+LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
post-patch: