summaryrefslogtreecommitdiffstats
path: root/devel/bug-buddy/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
commita6888a2a213b49d671bf658e58428d9a1d342f66 (patch)
tree73b4b8892d2a32df0f24d16b19046bc481baf971 /devel/bug-buddy/Makefile
parenta740241125f843ca61310f787f0eea0d5b40784f (diff)
downloadmarcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bug-buddy/Makefile')
-rw-r--r--devel/bug-buddy/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
deleted file mode 100644
index c9e41a5a2..000000000
--- a/devel/bug-buddy/Makefile
+++ /dev/null
@@ -1,42 +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.59 2008/02/11 21:38:55 marcus Exp $
-#
-
-PORTNAME= bug-buddy
-PORTVERSION= 2.22.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
-USE_XLIB= 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>