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