1999-04-10 19:41:37 +00:00
|
|
|
# New ports collection makefile for: naim
|
|
|
|
# Date created: 02 March 1999
|
|
|
|
# Whom: mharo@area51.fremont.ca.us
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1999-04-10 19:41:37 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= naim
|
2006-05-10 22:59:57 +00:00
|
|
|
PORTVERSION= 0.11.8.2
|
2005-11-09 07:48:19 +00:00
|
|
|
CATEGORIES= net-im irc
|
2005-12-16 05:37:54 +00:00
|
|
|
MASTER_SITES= http://shell.n.ml.org/n/naim/
|
1999-04-10 19:41:37 +00:00
|
|
|
|
2005-10-24 18:37:53 +00:00
|
|
|
MAINTAINER= tlp@LiquidX.org
|
2004-07-09 08:49:17 +00:00
|
|
|
COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client
|
1999-04-10 19:41:37 +00:00
|
|
|
|
2005-10-04 09:25:24 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
1999-04-10 19:41:37 +00:00
|
|
|
|
2002-07-19 09:29:44 +00:00
|
|
|
MAN1= naim.1
|
2003-02-23 07:20:15 +00:00
|
|
|
MLINKS= naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
|
2005-10-04 09:25:24 +00:00
|
|
|
PORTDOCS= FAQ README commands.txt keyboard.txt
|
|
|
|
|
|
|
|
OPTIONS= DETACH "Enable 'detach' feature (requires misc/screen)" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2002-07-19 09:29:44 +00:00
|
|
|
|
2005-10-04 09:25:24 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
CONFIGURE_ARGS+= --with-pkgdocdir=${DOCSDIR}
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-pkgdocdir
|
|
|
|
.endif
|
2003-07-28 05:01:05 +00:00
|
|
|
.if defined(WITH_DETACH)
|
2005-11-06 21:40:47 +00:00
|
|
|
RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen
|
2003-07-28 05:01:05 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-detach
|
1999-04-27 03:56:52 +00:00
|
|
|
.endif
|
1999-04-10 19:41:37 +00:00
|
|
|
|
2005-10-04 09:25:24 +00:00
|
|
|
.include <bsd.port.post.mk>
|