2009-03-04 12:13:55 +00:00
|
|
|
# New ports collection makefile for: nemiver
|
|
|
|
# Date created: 2008-02-22
|
|
|
|
# Whom: Romain Tartiere <romain@blogreen.org>
|
2009-02-26 12:10:14 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2009-03-04 12:13:55 +00:00
|
|
|
PORTNAME= nemiver
|
|
|
|
PORTVERSION= 0.6.5
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
|
|
DIST_SUBDIR= gnome2
|
2009-02-26 12:10:14 +00:00
|
|
|
|
2009-03-04 12:13:55 +00:00
|
|
|
MAINTAINER= romain@blogreen.org
|
|
|
|
COMMENT= A C/C++ Debugger for GNOME
|
2009-02-26 12:10:14 +00:00
|
|
|
|
2009-03-04 12:13:55 +00:00
|
|
|
LIB_DEPENDS= boost_unit_test_framework:${PORTSDIR}/devel/boost \
|
2009-02-26 12:10:14 +00:00
|
|
|
gtop-2.0:${PORTSDIR}/devel/libgtop \
|
|
|
|
sqlite3:${PORTSDIR}/databases/sqlite3 \
|
|
|
|
vte.9:${PORTSDIR}/x11-toolkits/vte \
|
|
|
|
glademm-2.4:${PORTSDIR}/devel/libglademm24 \
|
|
|
|
gtksourceviewmm-2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm
|
|
|
|
|
2009-03-04 12:13:55 +00:00
|
|
|
OPTIONS= GHEX "Enable memory view" off
|
2009-02-26 12:10:14 +00:00
|
|
|
|
2009-03-04 12:13:55 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2009-02-26 12:10:14 +00:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2009-03-04 12:13:55 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack intltool gnomedocutils gconf2
|
|
|
|
GCONF_SCHEMAS= nemiver-workbench.schemas nemiver-dbgperspective.schemas
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
INSTALLS_OMF= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
MAN1= nemiver.1
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
2009-02-26 12:10:14 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} <= 604100
|
|
|
|
BROKEN= Does not compile on 6.x
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_GHEX) && !defined(WITHOUT_GHEX)
|
|
|
|
CONFIGURE_ARGS+=--enable-memoryview
|
2009-03-04 12:13:55 +00:00
|
|
|
PLIST_SUB+= GHEX=""
|
|
|
|
LIB_DEPENDS+= gtkhex.0:${PORTSDIR}/editors/ghex
|
2009-02-26 12:10:14 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-memoryview
|
2009-03-04 12:13:55 +00:00
|
|
|
PLIST_SUB+= GHEX="@comment "
|
2009-02-26 12:10:14 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|