diff options
author | will <will@FreeBSD.org> | 2001-06-11 12:39:54 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-06-11 12:39:54 +0800 |
commit | cec2897cdc509a2a697ce77065cf2b9154589809 (patch) | |
tree | 53c66866c03404fd13c389718b0fb9d2f5f098d4 /irc | |
parent | 04d213d74828e4a2c1e280640590ec373abdb40d (diff) | |
download | freebsd-ports-gnome-cec2897cdc509a2a697ce77065cf2b9154589809.tar.gz freebsd-ports-gnome-cec2897cdc509a2a697ce77065cf2b9154589809.tar.zst freebsd-ports-gnome-cec2897cdc509a2a697ce77065cf2b9154589809.zip |
Add scrollz-doc 1.0, the docs for the scrollz irc client.
PR: 27806
Submitted by: Joshua Coombs <kurlon@hotmail.com>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/scrollz-doc/Makefile | 20 | ||||
-rw-r--r-- | irc/scrollz-doc/distinfo | 1 | ||||
-rw-r--r-- | irc/scrollz-doc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/scrollz-doc/pkg-descr | 4 | ||||
-rw-r--r-- | irc/scrollz-doc/pkg-plist | 3 |
6 files changed, 30 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 8801a0905fd0..d46ecca4b443 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -36,6 +36,7 @@ SUBDIR += ruby-irc SUBDIR += ruby-rica SUBDIR += scrollz + SUBDIR += scrollz-doc SUBDIR += sic SUBDIR += sirc SUBDIR += slirc diff --git a/irc/scrollz-doc/Makefile b/irc/scrollz-doc/Makefile new file mode 100644 index 000000000000..5be26bd953e5 --- /dev/null +++ b/irc/scrollz-doc/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: scrollz-doc +# Date created: 31 May 2001 +# Whom: Joshua Coombs <kurlon@hotmail.com> +# +# $FreeBSD$ +# + +PORTNAME= scrollz-doc +PORTVERSION= 1.0 +CATEGORIES= irc +MASTER_SITES= http://www.gwi.net/~jcoombs/ + +MAINTAINER= kurlon@hotmail.com + +pre-install: + ${MKDIR} ${PREFIX}/share/doc/scrollz + ${INSTALL_MAN} ${WRKSRC}/ScrollZ.doc ${PREFIX}/share/doc/scrollz + ${INSTALL_MAN} ${WRKSRC}/ScrollZ.help ${PREFIX}/share/doc/scrollz + +.include <bsd.port.mk> diff --git a/irc/scrollz-doc/distinfo b/irc/scrollz-doc/distinfo new file mode 100644 index 000000000000..a15fe50a3d4f --- /dev/null +++ b/irc/scrollz-doc/distinfo @@ -0,0 +1 @@ +MD5 (scrollz-doc-1.0.tar.gz) = b5a01cc99088d32d98101f38899a7dda diff --git a/irc/scrollz-doc/pkg-comment b/irc/scrollz-doc/pkg-comment new file mode 100644 index 000000000000..aaf72fce5862 --- /dev/null +++ b/irc/scrollz-doc/pkg-comment @@ -0,0 +1 @@ +The docs for the scrollz irc client diff --git a/irc/scrollz-doc/pkg-descr b/irc/scrollz-doc/pkg-descr new file mode 100644 index 000000000000..df740bf694df --- /dev/null +++ b/irc/scrollz-doc/pkg-descr @@ -0,0 +1,4 @@ +This port contains the doc file and online help file for the scrollz irc client. + +- Kurlon +kurlon@hotmail.com diff --git a/irc/scrollz-doc/pkg-plist b/irc/scrollz-doc/pkg-plist new file mode 100644 index 000000000000..22e567471b9c --- /dev/null +++ b/irc/scrollz-doc/pkg-plist @@ -0,0 +1,3 @@ +share/doc/scrollz/ScrollZ.doc +share/doc/scrollz/ScrollZ.help +@dirrm share/doc/scrollz |