summaryrefslogtreecommitdiff
path: root/devel/gnomecrash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnomecrash/Makefile')
-rw-r--r--devel/gnomecrash/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/gnomecrash/Makefile b/devel/gnomecrash/Makefile
new file mode 100644
index 000000000000..85c68b0f8402
--- /dev/null
+++ b/devel/gnomecrash/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gnomecrash
+# Date created: 3rd November 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomecrash
+PORTVERSION= 0.0.5
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= stable/sources/gnome-crash
+DISTNAME= gnome-crash-${PORTVERSION}
+
+MAINTAINER= ade@FreeBSD.org
+
+LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \
+ gnomeprint.12:${PORTSDIR}/print/gnomeprint
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+pre-patch:
+ @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
+.include <bsd.port.mk>