summaryrefslogtreecommitdiffstats
path: root/ftp/junglemonkey
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 12:51:50 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 12:51:50 +0800
commit03ad249fa1d9294261092e4152db4975b6ddcd9d (patch)
tree35b46083ed1e063b989b8a559485cbb419eb6f76 /ftp/junglemonkey
parent02f6f5857ebefb11898bf4ba6d8afef1c8d78bb0 (diff)
downloadmarcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.gz
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.bz2
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.lz
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.xz
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.tar.zst
marcuscom-ports-03ad249fa1d9294261092e4152db4975b6ddcd9d.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9245 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'ftp/junglemonkey')
-rw-r--r--ftp/junglemonkey/Makefile36
-rw-r--r--ftp/junglemonkey/distinfo3
-rw-r--r--ftp/junglemonkey/files/patch-doc::C::Makefile.in16
-rw-r--r--ftp/junglemonkey/pkg-descr7
-rw-r--r--ftp/junglemonkey/pkg-plist34
5 files changed, 96 insertions, 0 deletions
diff --git a/ftp/junglemonkey/Makefile b/ftp/junglemonkey/Makefile
new file mode 100644
index 000000000..7ec56346c
--- /dev/null
+++ b/ftp/junglemonkey/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: junglemonkey
+# Date created: 21st April 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= junglemonkey
+PORTVERSION= 0.1.11
+PORTREVISION= 7
+CATEGORIES= ftp gnome
+MASTER_SITES= http://www.gizmolabs.org/~dhelder/junglemonkey/src/
+DISTNAME= jm-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A distributed file sharing program for GNOME
+
+LIB_DEPENDS= gnet.7:${PORTSDIR}/net/gnet
+
+BROKEN= Does not build
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomeprefix libglade
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-gnome=yes --enable-debug=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= jm.1 jmlite.1 mtprendezvous.1
+
+pre-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/ftp/junglemonkey/distinfo b/ftp/junglemonkey/distinfo
new file mode 100644
index 000000000..5bbb71d04
--- /dev/null
+++ b/ftp/junglemonkey/distinfo
@@ -0,0 +1,3 @@
+MD5 (jm-0.1.11.tar.gz) = 0493d7bdbdaeda9c9a033edab4be56f6
+SHA256 (jm-0.1.11.tar.gz) = 98fe7d7593d39a6c42b714811a4d5b59f69092ee07cb48abdb573c303f7431ac
+SIZE (jm-0.1.11.tar.gz) = 725549
diff --git a/ftp/junglemonkey/files/patch-doc::C::Makefile.in b/ftp/junglemonkey/files/patch-doc::C::Makefile.in
new file mode 100644
index 000000000..5c7f90400
--- /dev/null
+++ b/ftp/junglemonkey/files/patch-doc::C::Makefile.in
@@ -0,0 +1,16 @@
+--- doc/C/Makefile.in.orig Sat Jun 1 01:45:57 2002
++++ doc/C/Makefile.in Sat Jun 1 02:08:53 2002
+@@ -314,13 +314,9 @@
+
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(jm_helpdir)/images
+- $(mkinstalldirs) $(DESTDIR)$(jm_helpdir)/stylesheet-images
+ -for file in $(srcdir)/jm/*.html $(srcdir)/jm/*.css; do \
+ basefile=`basename $$file`; \
+ $(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/$$basefile; \
+- done
+- -for file in $(srcdir)/jm/stylesheet-images/*; do \
+- $(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/stylesheet-images;\
+ done
+ -for file in $(srcdir)/images/*.png; do \
+ $(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/images;\
diff --git a/ftp/junglemonkey/pkg-descr b/ftp/junglemonkey/pkg-descr
new file mode 100644
index 000000000..6325d45ea
--- /dev/null
+++ b/ftp/junglemonkey/pkg-descr
@@ -0,0 +1,7 @@
+Jungle Monkey (JM) is a distributed file sharing program.
+You join channels where people offer files for download.
+You can offer your own files and create your own channels as well.
+Once you download a file, others can connect to you to get that file.
+You can also search for files.
+
+WWW: http://www.gizmolabs.org/~dhelder/junglemonkey/
diff --git a/ftp/junglemonkey/pkg-plist b/ftp/junglemonkey/pkg-plist
new file mode 100644
index 000000000..0298828c1
--- /dev/null
+++ b/ftp/junglemonkey/pkg-plist
@@ -0,0 +1,34 @@
+bin/jm
+bin/jmlite
+bin/mtprendezvous
+share/gnome/apps/Internet/jm.desktop
+share/gnome/help/jm/C/images/channels.png
+share/gnome/help/jm/C/images/download.png
+share/gnome/help/jm/C/images/general.png
+share/gnome/help/jm/C/images/netpref.png
+share/gnome/help/jm/C/images/search.png
+share/gnome/help/jm/C/images/telephone.png
+share/gnome/help/jm/C/jm.html
+share/gnome/help/jm/C/t1.html
+share/gnome/help/jm/C/topic.dat
+share/gnome/help/jm/C/x122.html
+share/gnome/help/jm/C/x346.html
+share/gnome/help/jm/C/x352.html
+share/gnome/help/jm/C/x49.html
+share/gnome/help/jm/C/x534.html
+share/gnome/help/jm/C/x552.html
+share/gnome/help/jm/C/x557.html
+share/gnome/help/jm/C/x89.html
+share/jm/glade/jm-gnome.glade
+share/jm/glade/jm.glade
+share/jm/glade/master_popup.glade
+share/jm/glade/preferences_dialog.glade
+share/jm/glade/properties_dialog.glade
+share/pixmaps/jm-logo.png
+share/locale/de/LC_MESSAGES/jm.mo
+share/locale/fr/LC_MESSAGES/jm.mo
+@dirrm share/gnome/help/jm/C/images
+@dirrm share/gnome/help/jm/C
+@dirrm share/gnome/help/jm
+@dirrm share/jm/glade
+@dirrm share/jm