1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/irc/scrollz/Makefile

40 lines
856 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= scrollz
PORTVERSION= 1.9.5
CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.du.se/pub/mirrors/ScrollZ/source/
DISTNAME= ScrollZ-${PORTVERSION}
MAINTAINER= damm@yazzy.org
2003-02-21 12:17:17 +00:00
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}"
MAN1= scrollz.1
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>