summaryrefslogtreecommitdiffstats
path: root/devel/bug-buddy/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-07-22 11:02:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-07-22 11:02:13 +0800
commitaca97738df44864ce9a1294f7ab3771535da79e3 (patch)
tree3128ec8e47557f123f6cf72bd24770c6a9d4cee4 /devel/bug-buddy/Makefile
parentc83cf20bbebc02edb6b45a0ffb36d846999b1326 (diff)
downloadmarcuscom-ports-aca97738df44864ce9a1294f7ab3771535da79e3.tar
marcuscom-ports-aca97738df44864ce9a1294f7ab3771535da79e3.tar.gz
marcuscom-ports-aca97738df44864ce9a1294f7ab3771535da79e3.tar.bz2
marcuscom-ports-aca97738df44864ce9a1294f7ab3771535da79e3.tar.lz
marcuscom-ports-aca97738df44864ce9a1294f7ab3771535da79e3.tar.xz
marcuscom-ports-aca97738df44864ce9a1294f7ab3771535da79e3.tar.zst
marcuscom-ports-aca97738df44864ce9a1294f7ab3771535da79e3.zip
Update to 2.23.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11130 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bug-buddy/Makefile')
-rw-r--r--devel/bug-buddy/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
new file mode 100644
index 000000000..4fb91356c
--- /dev/null
+++ b/devel/bug-buddy/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: bugbuddy2
+# Date created: 14 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/devel/bug-buddy/Makefile,v 1.60 2008/03/11 03:04:07 mezz Exp $
+#
+
+PORTNAME= bug-buddy
+PORTVERSION= 2.23.5
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+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.4.1:${PORTSDIR}/devel/libsoup
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+INSTALLS_ICONS= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus \
+ gnomedocutils evolutiondataserver
+GNOME_DESKTOP_VERSION=2
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= bug-buddy.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \
+ ${WRKSRC}/src/bugzilla.c
+ @${REINPLACE_CMD} -e 's|libelf.h||g ; \
+ s|gelf.h||g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>