1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/irc/scrollz/Makefile
Julien Laffaye ae540d2f42 Update to 2.2
Add USE_NCURSES
Fix plist

PR:		ports/157766
Submitted by:	Maarten de Vries <mdv@unsavoury.net> (maintainer)
Approved by:	tabthorpe (mentor)
2011-06-12 13:57:49 +00:00

47 lines
1.0 KiB
Makefile

# New ports collection makefile for: ScrollZ
# Date created: 10 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= scrollz
PORTVERSION= 2.2
PORTREVISION=
CATEGORIES= irc ipv6
MASTER_SITES= http://www.scrollz.com/download/ \
http://scrollz.multihomed.net/
DISTNAME= ScrollZ-${PORTVERSION}
MAINTAINER= mdv@unsavoury.net
COMMENT= Enhanced ircII client that supports scripts, colors, and more
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-ipv6 --enable-regexp
USE_NCURSES= yes
MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz"
PLIST_SUB+= SCROLLZ_VER="${PORTVERSION}"
MAN1= scrollz.1
.if defined(WITH_SSL)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libgnutls.a:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl
.endif
.if defined(WITH_OPENSSL)
CONFIGURE_ARGS+= --with-openssl
.endif
pre-build:
.if !defined(BATCH)
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist SZdist.c)
@(cd ${WRKSRC}; ./SZdist)
.endif
.include <bsd.port.mk>