summaryrefslogtreecommitdiffstats
path: root/devel/bug-buddy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bug-buddy/Makefile')
-rw-r--r--devel/bug-buddy/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
deleted file mode 100644
index 790210029..000000000
--- a/devel/bug-buddy/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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.77 2009/09/08 17:45:55 kwm Exp $
-#
-
-PORTNAME= bug-buddy
-PORTVERSION= 2.28.0
-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 \
- gnomedocutils evolutiondataserver
-GNOME_DESKTOP_VERSION=2
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= bug-buddy.schemas
-
-MAN1= bug-buddy.1
-
-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>