blob: babc77dce76d9398ba1dc04f373bed5e716e77c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Mikhail Teterin
# $FreeBSD$
PORTREVISION= 1
MAINTAINER= mi@aldan.algebra.com
COMMENT= Gnu debugger with the Insight GUI front-end
LATEST_LINK= insight
MASTERDIR= ${.CURDIR:H}/gdb66
WITH_INSIGHT= true
CONFLICTS= gdb-[6-9]*
MAKE_JOBS_UNSAFE= yes
.include "${MASTERDIR}/Makefile"
|