freebsd-ports/irc/scrollz/Makefile
Tijl Coosemans 3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00

49 lines
1.2 KiB
Makefile

# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$
PORTNAME= scrollz
PORTVERSION= 2.2.3
PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= http://www.netraam.net/scrollz/download/ \
http://www.scrollz.org/download/
DISTNAME= ScrollZ-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Enhanced ircII client that supports scripts, colors, and more
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= gmake iconv ncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-ipv6 --enable-regexp --enable-utf8
PLIST_SUB= SCROLLZ_VER="${PORTVERSION}"
OPTIONS_RADIO= SSL
OPTIONS_RADIO_SSL= GNUTLS OPENSSL
OPTIONS_DEFAULT= OPENSSL
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
GNUTLS_USES= pkgconfig
GNUTLS_CONFIGURE_ON= --with-ssl
OPENSSL_USE= OPENSSL=yes
OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
post-patch:
@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
pre-build:
.if !defined(BATCH)
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist \
SZdist.c)
@(cd ${WRKSRC} && ./SZdist)
.endif
post-install:
.for i in scrollz-${PORTVERSION} wservz
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
.endfor
.include <bsd.port.mk>