aboutsummaryrefslogtreecommitdiffstats
path: root/irc/scrollz/Makefile
blob: 8a5588fd369f33162430958ea32ce00208da8118 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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@yazzy.org
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>