mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Import of net/naim 0.9.3
A chat program for use with America Online's Instant Messenger. The name naim is derived from n's AIM client, but it could also have been derived from ncurses AIM client because of naim's use of the ncurses text-mode screen library. PR: ports/10197 Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
This commit is contained in:
parent
c22b27290f
commit
eab057bf16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17761
28
net-im/naim/Makefile
Normal file
28
net-im/naim/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: naim
|
||||
# Version required: 0.9.3
|
||||
# Date created: 02 March 1999
|
||||
# Whom: mharo@area51.fremont.ca.us
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= naim-0.9.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://naim.n.ml.org/release/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= mharo@area51.fremont.ca.us
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= naim.1
|
||||
|
||||
post-install:
|
||||
${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample"
|
||||
${MKDIR} ${PREFIX}/share/examples/naim
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
|
||||
@${ECHO} "************************************************************"
|
||||
@${CAT} ${MASTERDIR}/pkg/MESSAGE
|
||||
@${ECHO} "************************************************************"
|
||||
|
||||
.include <bsd.port.mk>
|
1
net-im/naim/distinfo
Normal file
1
net-im/naim/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (naim-0.9.3.tgz) = 04277da2ed4fe65b907998b0a50b8ed4
|
1
net-im/naim/pkg-comment
Normal file
1
net-im/naim/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
curses based AOL Instant Messager implementation.
|
4
net-im/naim/pkg-descr
Normal file
4
net-im/naim/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A chat program for use with America Online's Instant Messenger. The
|
||||
name naim is derived from n's AIM client, but it could also have been
|
||||
derived from ncurses AIM client because of naim's use of the ncurses
|
||||
text-mode screen library.
|
3
net-im/naim/pkg-message
Normal file
3
net-im/naim/pkg-message
Normal file
@ -0,0 +1,3 @@
|
||||
Before running, make sure to copy
|
||||
${PREFIX}/share/examples/naim/faimrc_sample
|
||||
to your home directory as .faimrc and modify it to fit your needs.
|
3
net-im/naim/pkg-plist
Normal file
3
net-im/naim/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/naim
|
||||
share/examples/naim/faimrc_sample
|
||||
@dirrm share/examples/naim
|
28
net/naim/Makefile
Normal file
28
net/naim/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: naim
|
||||
# Version required: 0.9.3
|
||||
# Date created: 02 March 1999
|
||||
# Whom: mharo@area51.fremont.ca.us
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= naim-0.9.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://naim.n.ml.org/release/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= mharo@area51.fremont.ca.us
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= naim.1
|
||||
|
||||
post-install:
|
||||
${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample"
|
||||
${MKDIR} ${PREFIX}/share/examples/naim
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
|
||||
@${ECHO} "************************************************************"
|
||||
@${CAT} ${MASTERDIR}/pkg/MESSAGE
|
||||
@${ECHO} "************************************************************"
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/naim/distinfo
Normal file
1
net/naim/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (naim-0.9.3.tgz) = 04277da2ed4fe65b907998b0a50b8ed4
|
1
net/naim/pkg-comment
Normal file
1
net/naim/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
curses based AOL Instant Messager implementation.
|
4
net/naim/pkg-descr
Normal file
4
net/naim/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A chat program for use with America Online's Instant Messenger. The
|
||||
name naim is derived from n's AIM client, but it could also have been
|
||||
derived from ncurses AIM client because of naim's use of the ncurses
|
||||
text-mode screen library.
|
3
net/naim/pkg-message
Normal file
3
net/naim/pkg-message
Normal file
@ -0,0 +1,3 @@
|
||||
Before running, make sure to copy
|
||||
${PREFIX}/share/examples/naim/faimrc_sample
|
||||
to your home directory as .faimrc and modify it to fit your needs.
|
3
net/naim/pkg-plist
Normal file
3
net/naim/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/naim
|
||||
share/examples/naim/faimrc_sample
|
||||
@dirrm share/examples/naim
|
Loading…
Reference in New Issue
Block a user