1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/gnomedebug/Makefile
Ade Lovett f927ed8a6b The GNOME Debugging Framework (GDF) provides a number of
debugging services to applications such as Integrated Development
Environments and standalone debugging tools similar to DDD.
2000-06-28 17:36:35 +00:00

33 lines
816 B
Makefile

# New ports collection makefile for: gnomedebug
# Date created: 28th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomedebug
PORTVERSION= 0.1.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-debug
DISTNAME= gnome-debug-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
oaf.0:${PORTSDIR}/devel/oaf \
bonobo.2:${PORTSDIR}/devel/bonobo
RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>