Lines 6-29
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= cgdb |
8 |
PORTNAME= cgdb |
9 |
PORTVERSION= 0.6.3 |
9 |
PORTVERSION= 0.6.4 |
10 |
PORTREVISION= 3 |
|
|
11 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= SOURCEFORGE |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
14 |
|
13 |
|
15 |
MAINTAINER= gslin@gslin.org |
14 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= A curses-based interface to the GNU Debugger |
15 |
COMMENT= A curses-based interface to the GNU Debugger |
17 |
|
16 |
|
18 |
INFO= cgdb |
17 |
INFO= cgdb |
19 |
MAN1= cgdb.1 |
18 |
MAN1= cgdb.1 |
20 |
|
19 |
|
21 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
22 |
USE_GETOPT_LONG= yes |
|
|
23 |
|
21 |
|
24 |
.include <bsd.port.pre.mk> |
22 |
.include <bsd.port.pre.mk> |
25 |
|
23 |
|
26 |
# at this time we can not use LIB_DEPENDS please read ports/99327 |
24 |
# at this time we can not use LIB_DEPENDS, please read ports/99327 |
27 |
.if ${OSVERSION} < 700016 |
25 |
.if ${OSVERSION} < 700016 |
28 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline |
26 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline |
29 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
27 |
RUN_DEPENDS= ${BUILD_DEPENDS} |