1999-04-10 21:41:37 +02:00
|
|
|
# New ports collection makefile for: naim
|
|
|
|
# Date created: 02 March 1999
|
|
|
|
# Whom: mharo@area51.fremont.ca.us
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1999-04-10 21:41:37 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= naim
|
2007-08-17 05:01:00 +02:00
|
|
|
PORTVERSION= 0.11.8.3.1
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im irc
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
1999-04-10 21:41:37 +02:00
|
|
|
|
2007-01-08 00:48:39 +01:00
|
|
|
MAINTAINER= j@scre.ws
|
2004-07-09 10:49:17 +02:00
|
|
|
COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client
|
1999-04-10 21:41:37 +02:00
|
|
|
|
2005-10-04 11:25:24 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
2002-07-19 11:29:44 +02:00
|
|
|
MAN1= naim.1
|
2003-02-23 08:20:15 +01:00
|
|
|
MLINKS= naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
|
2005-10-04 11:25:24 +02: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 11:29:44 +02:00
|
|
|
|
2005-10-04 11:25:24 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
CONFIGURE_ARGS+= --with-pkgdocdir=${DOCSDIR}
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-pkgdocdir
|
|
|
|
.endif
|
2007-01-08 00:48:39 +01:00
|
|
|
|
2003-07-28 07:01:05 +02:00
|
|
|
.if defined(WITH_DETACH)
|
2005-11-06 22:40:47 +01:00
|
|
|
RUN_DEPENDS= screen:${PORTSDIR}/sysutils/screen
|
2003-07-28 07:01:05 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-detach
|
1999-04-27 05:56:52 +02:00
|
|
|
.endif
|
1999-04-10 21:41:37 +02:00
|
|
|
|
2005-10-04 11:25:24 +02:00
|
|
|
.include <bsd.port.post.mk>
|