summaryrefslogtreecommitdiffstats
path: root/devel/bug-buddy/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
commit58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch)
tree3d921b9d8836f0a4c0ba361d4581a70d202545ad /devel/bug-buddy/Makefile
parentf33c5fb61cfe4c8856817db7f2c84041a862250b (diff)
downloadmarcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
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 af4e8cfaa..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.73 2009/02/22 15:31:03 kwm Exp $
-#
-
-PORTNAME= bug-buddy
-PORTVERSION= 2.26.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 gnomemenus \
- 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>