1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/net/naim/Makefile
Justin M. Seger eab057bf16 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>
1999-04-10 19:41:37 +00:00

29 lines
731 B
Makefile

# 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>