mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
18 lines
301 B
Makefile
18 lines
301 B
Makefile
# 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
|
|
OPTIONS_SLAVE= INSIGHT
|
|
CONFLICTS= gdb-[6-9]*
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|