1999-08-14 03:34:42 +00:00
|
|
|
# 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$
|
1999-08-14 03:34:42 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:28:35 +00:00
|
|
|
PORTNAME= scrollz
|
2004-05-13 21:00:43 +00:00
|
|
|
PORTVERSION= 1.9.3
|
2001-07-06 16:07:38 +00:00
|
|
|
CATEGORIES= irc ipv6
|
2004-05-09 20:51:03 +00:00
|
|
|
MASTER_SITES= ftp://ftp.scrollz.com/pub/ScrollZ/source/
|
2001-07-06 16:07:38 +00:00
|
|
|
DISTNAME= ScrollZ-${PORTVERSION}
|
1999-08-14 03:34:42 +00:00
|
|
|
|
2003-11-19 00:54:31 +00:00
|
|
|
MAINTAINER= damm@yazzy.org
|
2003-02-21 12:17:17 +00:00
|
|
|
COMMENT= Enhanced ircII client that supports scripts, colors, and more
|
1999-08-14 03:34:42 +00:00
|
|
|
|
2004-05-09 20:51:03 +00:00
|
|
|
USE_GMAKE= yes
|
2003-11-20 15:06:14 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2001-07-08 15:31:51 +00:00
|
|
|
IS_INTERACTIVE= yes
|
2001-07-06 16:07:38 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-07-20 20:08:48 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-ipv6 --with-ssl
|
1999-08-14 03:34:42 +00:00
|
|
|
|
2001-07-06 16:07:38 +00:00
|
|
|
MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz"
|
|
|
|
|
|
|
|
PLIST_SUB+= SCROLLZ_VER="${PORTVERSION}"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's!^IRCLIB =!IRCLIB ?=!' ${WRKSRC}/Makefile.in
|
1999-08-14 03:34:42 +00:00
|
|
|
|
2001-07-08 15:31:51 +00:00
|
|
|
pre-build:
|
|
|
|
.if !defined(BATCH)
|
|
|
|
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist \
|
|
|
|
SZdist.c)
|
2004-05-13 21:00:43 +00:00
|
|
|
@(cd ${WRKSRC}; ./SZdist)
|
2001-07-08 15:31:51 +00:00
|
|
|
.endif
|
|
|
|
|
1999-08-14 03:34:42 +00:00
|
|
|
.include <bsd.port.mk>
|