summaryrefslogtreecommitdiffstats
path: root/devel/bugbuddy2/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-01 08:30:09 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-01 08:30:09 +0800
commitc4ae4912b0eaf4ba246a03e526b6694ebc6b9f75 (patch)
treef13e95df96d63837a0c0db18c89f185e40c44183 /devel/bugbuddy2/Makefile
parente7d60ee5be57417ba665507f028e9c0bd678c8ed (diff)
downloadmarcuscom-ports-c4ae4912b0eaf4ba246a03e526b6694ebc6b9f75.tar
marcuscom-ports-c4ae4912b0eaf4ba246a03e526b6694ebc6b9f75.tar.gz
marcuscom-ports-c4ae4912b0eaf4ba246a03e526b6694ebc6b9f75.tar.bz2
marcuscom-ports-c4ae4912b0eaf4ba246a03e526b6694ebc6b9f75.tar.lz
marcuscom-ports-c4ae4912b0eaf4ba246a03e526b6694ebc6b9f75.tar.xz
marcuscom-ports-c4ae4912b0eaf4ba246a03e526b6694ebc6b9f75.tar.zst
marcuscom-ports-c4ae4912b0eaf4ba246a03e526b6694ebc6b9f75.zip
Re-add bugbuddy2, at 2.9.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3186 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bugbuddy2/Makefile')
-rw-r--r--devel/bugbuddy2/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/bugbuddy2/Makefile b/devel/bugbuddy2/Makefile
new file mode 100644
index 000000000..5219655df
--- /dev/null
+++ b/devel/bugbuddy2/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: bugbuddy2
+# Date created: 14 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bugbuddy2
+PORTVERSION= 2.9.2
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/bug-buddy/2.9
+DISTNAME= bug-buddy-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A bug reporting tool for GNOME 2
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+INSTALLS_OMF= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_LIBTOOL_VER=15
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop
+GNOME_DESKTOP_VERSION=2
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= bug-buddy.1
+GCONF_SCHEMAS= bug-buddy.schemas
+
+.include <bsd.port.mk>