c9536f39b3
- Add an entry to UPDATING
42 lines
985 B
Makefile
42 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= 3
|
|
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>
|