diff options
Diffstat (limited to 'devel/insight/Makefile')
-rw-r--r-- | devel/insight/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/insight/Makefile b/devel/insight/Makefile new file mode 100644 index 000000000000..44a835a4715a --- /dev/null +++ b/devel/insight/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: gdb-insight +# Date created: December 2, 2010 +# Whom: Mikhail Teterin +# +# $FreeBSD$ + +PORTREVISION= 0 + +MAINTAINER= mi@aldan.algebra.com +COMMENT= Gnu debugger with the Insight GUI front-end + +MASTERDIR= ${.CURDIR:H}/gdb66 +WITH_INSIGHT= true +CONFLICTS= gdb-[6-9]* + +.include "${MASTERDIR}/Makefile" |