2018-10-24 14:27:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2018/10/24 14:27:59 sthen Exp $
|
2013-04-18 15:08:17 +00:00
|
|
|
|
|
|
|
COMMENT= curses GDB interface
|
2018-02-10 09:59:37 +00:00
|
|
|
|
|
|
|
DISTNAME= cgdb-0.7.0
|
2018-10-24 14:27:57 +00:00
|
|
|
REVISION= 0
|
2018-02-10 09:59:37 +00:00
|
|
|
|
2013-04-18 15:08:17 +00:00
|
|
|
CATEGORIES= devel
|
2018-02-10 09:59:37 +00:00
|
|
|
|
|
|
|
HOMEPAGE= https://cgdb.github.io/
|
2013-04-18 15:08:17 +00:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2018-02-10 09:59:37 +00:00
|
|
|
WANTLIB= ${COMPILER_LIBCXX} c curses ereadline m util
|
2013-04-18 15:08:17 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2018-02-10 09:59:37 +00:00
|
|
|
MASTER_SITES= https://cgdb.me/files/
|
2013-04-18 15:08:17 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= devel/readline>=6.1p2
|
|
|
|
|
2018-02-10 09:59:37 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
CONFIGURE_ARGS+= --with-readline=yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include/ereadline -I${LOCALBASE}/include"
|
2013-04-18 15:08:17 +00:00
|
|
|
|
2018-02-10 09:59:37 +00:00
|
|
|
AUTOCONF_VERSION= 2.69
|
2013-04-18 15:08:17 +00:00
|
|
|
|
|
|
|
# there are tests, but not working yet
|
|
|
|
NO_TEST= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|