1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/irc/scrollz/Makefile

47 lines
1.0 KiB
Makefile
Raw Normal View History

# 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$
#
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
2003-02-21 12:17:17 +00:00
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>