freebsd-ports/irc/scrollz/Makefile
Gabor Kovesdan d5d178b9af - Remove USE_GNUTLS, which is a noop
PR:		ports/114848
Submitted by:	gabor
Approved by:	Scott M. Likens <damm@yazzy.org> (maintainer)
2007-07-26 21:54:04 +00:00

41 lines
985 B
Makefile

# New ports collection makefile for: ScrollZ
# Date created: 10 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= scrollz
PORTVERSION= 1.9.98.1
PORTREVISION= 2
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.scrollz.com/pub/ScrollZ/source/ \
ftp://ftp.du.se/pub/mirrors/ScrollZ/source/
DISTNAME= ScrollZ-${PORTVERSION}
MAINTAINER= damm@yazzy.org
COMMENT= Enhanced ircII client that supports scripts, colors, and more
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-ipv6 --enable-regexp
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
pre-build:
.if !defined(BATCH)
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist SZdist.c)
@(cd ${WRKSRC}; ./SZdist)
.endif
.include <bsd.port.mk>