diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2010-12-03 14:54:04 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2010-12-03 14:54:04 +0000 |
commit | a290f6018a985e4d63c96d74dbf31c6450d728bf (patch) | |
tree | 6891d2c401632ed898b2cd3bed2637c20b7339ed /devel/insight | |
parent | 9daf94fa7ae017e76822df442c639c86be2df89d (diff) | |
download | ports-a290f6018a985e4d63c96d74dbf31c6450d728bf.tar.gz ports-a290f6018a985e4d63c96d74dbf31c6450d728bf.zip |
Notes
Diffstat (limited to 'devel/insight')
-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" |