mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Add scrollz-doc 1.0, the docs for the scrollz irc client.
PR: 27806 Submitted by: Joshua Coombs <kurlon@hotmail.com>
This commit is contained in:
parent
803ed04626
commit
6867a177e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43805
6 changed files with 30 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
SUBDIR += ruby-irc
|
SUBDIR += ruby-irc
|
||||||
SUBDIR += ruby-rica
|
SUBDIR += ruby-rica
|
||||||
SUBDIR += scrollz
|
SUBDIR += scrollz
|
||||||
|
SUBDIR += scrollz-doc
|
||||||
SUBDIR += sic
|
SUBDIR += sic
|
||||||
SUBDIR += sirc
|
SUBDIR += sirc
|
||||||
SUBDIR += slirc
|
SUBDIR += slirc
|
||||||
|
|
20
irc/scrollz-doc/Makefile
Normal file
20
irc/scrollz-doc/Makefile
Normal file
|
@ -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>
|
1
irc/scrollz-doc/distinfo
Normal file
1
irc/scrollz-doc/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (scrollz-doc-1.0.tar.gz) = b5a01cc99088d32d98101f38899a7dda
|
1
irc/scrollz-doc/pkg-comment
Normal file
1
irc/scrollz-doc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
The docs for the scrollz irc client
|
4
irc/scrollz-doc/pkg-descr
Normal file
4
irc/scrollz-doc/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
This port contains the doc file and online help file for the scrollz irc client.
|
||||||
|
|
||||||
|
- Kurlon
|
||||||
|
kurlon@hotmail.com
|
3
irc/scrollz-doc/pkg-plist
Normal file
3
irc/scrollz-doc/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
share/doc/scrollz/ScrollZ.doc
|
||||||
|
share/doc/scrollz/ScrollZ.help
|
||||||
|
@dirrm share/doc/scrollz
|
Loading…
Add table
Reference in a new issue