1999-08-14 05:34:42 +02:00
|
|
|
# New ports collection makefile for: ScrollZ
|
|
|
|
# Date created: 10 Aug 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-08-14 05:34:42 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:28:35 +02:00
|
|
|
PORTNAME= scrollz
|
2012-05-02 19:22:53 +02:00
|
|
|
PORTVERSION= 2.2.2
|
2013-03-11 22:34:13 +01:00
|
|
|
PORTREVISION= 2
|
2001-07-06 18:07:38 +02:00
|
|
|
CATEGORIES= irc ipv6
|
2012-05-02 19:22:53 +02:00
|
|
|
MASTER_SITES= http://www.netraam.net/scrollz/download/ \
|
|
|
|
http://www.scrollz.com/download/
|
2001-07-06 18:07:38 +02:00
|
|
|
DISTNAME= ScrollZ-${PORTVERSION}
|
1999-08-14 05:34:42 +02:00
|
|
|
|
2009-06-24 15:59:45 +02:00
|
|
|
MAINTAINER= mdv@unsavoury.net
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Enhanced ircII client that supports scripts, colors, and more
|
1999-08-14 05:34:42 +02:00
|
|
|
|
2013-04-27 13:59:28 +02:00
|
|
|
USES= iconv
|
2004-05-09 22:51:03 +02:00
|
|
|
USE_GMAKE= yes
|
2001-07-06 18:07:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-03-11 22:34:13 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-ipv6 --enable-regexp --enable-iconv
|
2011-06-12 15:57:49 +02:00
|
|
|
USE_NCURSES= yes
|
1999-08-14 05:34:42 +02:00
|
|
|
|
2001-07-06 18:07:38 +02:00
|
|
|
MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz"
|
|
|
|
|
|
|
|
PLIST_SUB+= SCROLLZ_VER="${PORTVERSION}"
|
2012-05-02 19:22:53 +02:00
|
|
|
PORTDATA= *
|
2001-07-06 18:07:38 +02:00
|
|
|
|
2013-03-11 22:34:13 +01:00
|
|
|
OPTIONS_DEFAULT= OPENSSL
|
|
|
|
OPTIONS_RADIO= SSL
|
|
|
|
OPTIONS_RADIO_SSL= GNUTLS OPENSSL
|
|
|
|
|
2004-12-27 04:20:17 +01:00
|
|
|
MAN1= scrollz.1
|
|
|
|
|
2013-03-11 22:34:13 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MGNUTLS}
|
2006-05-13 16:54:52 +02:00
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libgnutls.a:${PORTSDIR}/security/gnutls
|
|
|
|
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
2013-03-11 22:34:13 +01:00
|
|
|
CONFIGURE_ARGS+= --with-ssl=${LOCALBASE}
|
2006-05-13 16:54:52 +02:00
|
|
|
.endif
|
1999-08-14 05:34:42 +02:00
|
|
|
|
2013-03-11 22:34:13 +01:00
|
|
|
.if ${PORT_OPTIONS:MOPENSSL}
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
2010-01-06 02:07:15 +01:00
|
|
|
.endif
|
|
|
|
|
2001-07-08 17:31:51 +02:00
|
|
|
pre-build:
|
|
|
|
.if !defined(BATCH)
|
2006-05-13 16:54:52 +02:00
|
|
|
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist SZdist.c)
|
2004-05-13 23:00:43 +02:00
|
|
|
@(cd ${WRKSRC}; ./SZdist)
|
2001-07-08 17:31:51 +02:00
|
|
|
.endif
|
|
|
|
|
1999-08-14 05:34:42 +02:00
|
|
|
.include <bsd.port.mk>
|