1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/insight/Makefile
Mikhail Teterin eaf6b60fdd Add a patch to properly locate, where itcl's library is located.
Bump PORTREVISION (only for insight) to reflect the update of itcl --
the updated, which necessitated the above fix.

Obtained from:	gahr@
2013-05-13 19:48:53 +00:00

19 lines
379 B
Makefile

# New ports collection makefile for: gdb-insight
# Date created: December 2, 2010
# Whom: 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]*
.include "${MASTERDIR}/Makefile"