1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/irc/scrollz/Makefile
Pav Lucistnik 62393e6ea8 - Replace our patch with more correct one obtained from author
- Add faster master site

PR:		ports/60118
Submitted by:	Scott M. Likens <damm@yazzy.org> (maintainer)
2003-12-10 22:17:03 +00:00

40 lines
891 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
PORTREVISION= 1
CATEGORIES= irc ipv6
MASTER_SITES= http://scrollz.broken.com/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
USE_PERL5_BUILD=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>