freebsd-ports/irc/scrollz/Makefile
Will Andrews 551ce1ea23 Update to 1.9 and switch maintainer to submitter.
PR:		54110
Submitted by:	Scott M. Likens <damm@fpsn.net>
Discussed with:	petef (maintainer change)
2003-07-20 20:08:48 +00:00

36 lines
816 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
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.du.se/pub/mirrors/ScrollZ/source/
DISTNAME= ScrollZ-${PORTVERSION}
MAINTAINER= damm@fpsn.net
COMMENT= Enhanced ircII client that supports scripts, colors, and more
USE_GMAKE= yes
IS_INTERACTIVE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-ipv6 --with-ssl
MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz"
PLIST_SUB+= SCROLLZ_VER="${PORTVERSION}"
post-patch:
@${PERL} -pi -e 's!^IRCLIB =!IRCLIB ?=!' ${WRKSRC}/Makefile.in
pre-build:
.if !defined(BATCH)
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -o SZdist \
SZdist.c)
@(cd $(WRKSRC); ./SZdist)
.endif
.include <bsd.port.mk>