summaryrefslogtreecommitdiffstats
path: root/devel/bug-buddy/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-13 19:34:10 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-13 19:34:10 +0800
commitd18b250a85f20ede915d89a6d95996c0862d994a (patch)
treee4482259f8e435a618f3ef7e74db91d39336b5cb /devel/bug-buddy/Makefile
parentbd978f37d1a5a6cd8676ee6146c362090cd357bb (diff)
downloadmarcuscom-ports-d18b250a85f20ede915d89a6d95996c0862d994a.tar
marcuscom-ports-d18b250a85f20ede915d89a6d95996c0862d994a.tar.gz
marcuscom-ports-d18b250a85f20ede915d89a6d95996c0862d994a.tar.bz2
marcuscom-ports-d18b250a85f20ede915d89a6d95996c0862d994a.tar.lz
marcuscom-ports-d18b250a85f20ede915d89a6d95996c0862d994a.tar.xz
marcuscom-ports-d18b250a85f20ede915d89a6d95996c0862d994a.tar.zst
marcuscom-ports-d18b250a85f20ede915d89a6d95996c0862d994a.zip
- Update to 2.15.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6433 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bug-buddy/Makefile')
-rw-r--r--devel/bug-buddy/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
new file mode 100644
index 000000000..8322676b8
--- /dev/null
+++ b/devel/bug-buddy/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: bugbuddy2
+# Date created: 14 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/devel/bugbuddy/Makefile,v 1.29 2006/04/13 07:52:31 bland Exp $
+#
+
+PORTNAME= bug-buddy
+PORTVERSION= 2.15.0
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/bug-buddy/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A bug reporting tool for GNOME 2
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_X_PREFIX= yes
+INSTALLS_OMF= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus \
+ desktopfileutils gnomedocutils
+GNOME_DESKTOP_VERSION=2
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= bug-buddy.1
+GCONF_SCHEMAS= bug-buddy.schemas
+
+post-install:
+ @-update-desktop-database
+
+.include <bsd.port.mk>