diff options
Diffstat (limited to 'devel/bug-buddy/Makefile')
-rw-r--r-- | devel/bug-buddy/Makefile | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile index d220c6e9dc84..5f8d94f87fe3 100644 --- a/devel/bug-buddy/Makefile +++ b/devel/bug-buddy/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/bugbuddy/Makefile,v 1.29 2006/04/13 07:52:31 bland Exp $ +# $MCom: ports/devel/bug-buddy/Makefile,v 1.38 2006/09/20 06:35:57 marcus Exp $ # PORTNAME= bug-buddy -PORTVERSION= 2.14.0 +PORTVERSION= 2.16.0 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/bug-buddy/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,21 +17,27 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A bug reporting tool for GNOME 2 +LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ + soup-2.2.8:${PORTSDIR}/devel/libsoup + USE_BZIP2= yes USE_GETTEXT= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes +USE_XLIB= yes +INSTALLS_ICONS= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus \ - desktopfileutils gnomedocutils + desktopfileutils gnomedocutils evolutiondataserver GNOME_DESKTOP_VERSION=2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -MAN1= bug-buddy.1 GCONF_SCHEMAS= bug-buddy.schemas +post-patch: + @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ + ${WRKSRC}/src/bugzilla.c + post-install: @-update-desktop-database |