diff options
Diffstat (limited to 'net/gnosamba')
-rw-r--r-- | net/gnosamba/Makefile | 28 | ||||
-rw-r--r-- | net/gnosamba/distinfo | 1 | ||||
-rw-r--r-- | net/gnosamba/files/patch-ab | 11 | ||||
-rw-r--r-- | net/gnosamba/pkg-comment | 1 | ||||
-rw-r--r-- | net/gnosamba/pkg-descr | 10 | ||||
-rw-r--r-- | net/gnosamba/pkg-plist | 5 |
6 files changed, 56 insertions, 0 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile new file mode 100644 index 000000000000..fae5bffadbb4 --- /dev/null +++ b/net/gnosamba/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtksamba +# Version required: 0.1.1 +# Date created: 4 November 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= gtksamba-0.1.1 +CATEGORIES= net x11 +MASTER_SITES= http://www.open-systems.com/gtksamba/ + +MAINTAINER= andy@icc.surw.chel.su + +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 + +USE_X_PREFIX= yes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/gtksamba ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/gtksamba +.for file in COPYING README TODO + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba +.endfor +.endif + +.include <bsd.port.mk> diff --git a/net/gnosamba/distinfo b/net/gnosamba/distinfo new file mode 100644 index 000000000000..8eb8e59d68da --- /dev/null +++ b/net/gnosamba/distinfo @@ -0,0 +1 @@ +MD5 (gtksamba-0.1.1.tar.gz) = 51ecb7d0ef375ab688669c0a6ce7583b diff --git a/net/gnosamba/files/patch-ab b/net/gnosamba/files/patch-ab new file mode 100644 index 000000000000..5cf3d417dc4b --- /dev/null +++ b/net/gnosamba/files/patch-ab @@ -0,0 +1,11 @@ +--- gtksamba.h.orig Wed Nov 11 10:30:20 1998 ++++ gtksamba.h Mon Nov 16 22:43:17 1998 +@@ -30,7 +30,7 @@ + int write; + } SmbWin; + +-#define CONFILE "/etc/smb.conf" ++#define CONFILE "/usr/local/etc/smb.conf" + + #define SMB_WIN(obj) ((SmbWin *)(obj)) + diff --git a/net/gnosamba/pkg-comment b/net/gnosamba/pkg-comment new file mode 100644 index 000000000000..d05b53c9fea2 --- /dev/null +++ b/net/gnosamba/pkg-comment @@ -0,0 +1 @@ +Samba configuration tool for X Window System. diff --git a/net/gnosamba/pkg-descr b/net/gnosamba/pkg-descr new file mode 100644 index 000000000000..02d03744d14d --- /dev/null +++ b/net/gnosamba/pkg-descr @@ -0,0 +1,10 @@ +GtkSamba is a GUI tool for the Configuration of the Samba, +the SMB file server on X11/Unix. It will read, edit and +write /usr/local/etc/smb.conf, an alternate configuration +file, or from a network. It uses the GTK toolkit. + +This is an early development release, not all functionality +is implemented. It will let you edit any existing +parameter from a text entry, but without any checking. + +http://www.open-systems.com/gtksamba.html diff --git a/net/gnosamba/pkg-plist b/net/gnosamba/pkg-plist new file mode 100644 index 000000000000..0eaa7ce59096 --- /dev/null +++ b/net/gnosamba/pkg-plist @@ -0,0 +1,5 @@ +bin/gtksamba +share/doc/gtksamba/COPYING +share/doc/gtksamba/README +share/doc/gtksamba/TODO +@dirrm share/doc/gtksamba |