aboutsummaryrefslogtreecommitdiff
path: root/devel/cgdb/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-29 22:10:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-29 22:10:13 +0000
commit6d25caec5792153d77328f0a956b30606e261d58 (patch)
treef7993f9aafd52b2ef7ef100216350d33ccb8af3b /devel/cgdb/Makefile
parentfa3a3d04e4a57e96727734217bbd737aaef5f8cb (diff)
downloadports-6d25caec5792153d77328f0a956b30606e261d58.tar.gz
ports-6d25caec5792153d77328f0a956b30606e261d58.zip
- Update to 0.6.2
- Requires readline 5.1 PR: ports/96499 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes
Notes: svn path=/head/; revision=160849
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: