aboutsummaryrefslogtreecommitdiffstats
path: root/korean/bitchx/Makefile
blob: d7ddbbaa9b16712bd64a9382d06d03525c0bf05f (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# New ports collection makefile for:    BitchX ircII client patched for korean
# Date created:     3 Jun 1999
# Whom:         JunSeon Oh <hollywar@mail.holywar.net>
#
# $FreeBSD$
#

PORTNAME=   BitchX
PORTVERSION=    1.0c16
PORTREVISION=   5
CATEGORIES= korean irc
MASTER_SITES=   ftp://ftp.holywar.net/pub/FreeBSD/

PATCH_SITES=    ftp://ftp.holywar.net/pub/FreeBSD/
PATCHFILES= bx-korean-aa.patch\
        bx-korean-ab.patch\
        bx-korean-ac.patch
PATCH_DIST_STRIP=   -p1

MAINTAINER= ports@FreeBSD.org
COMMENT=    An alternative ircII color client support patched for korean

WRKSRC=     ${WRKDIR}/BitchX

USE_AUTOTOOLS=  autoconf:213
USE_GMAKE=  yes
CONFIGURE_ARGS= --without-plugins \
        --exec-prefix="${PREFIX}/share" \
        --bindir="${PREFIX}/bin" \
        --datadir="${PREFIX}/share" \
        --libdir="${PREFIX}/share"
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L{LOCALBASE}/lib"

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=     "Does not compile on sparc64 (needs -fPIC)"
.endif

CONFIGURE_ARGS+=--without-gtk

.if defined(HAVE_ESOUND)
USE_ESOUND= yes
CONFIGURE_ARGS+=--enable-sound
.endif

post-install:
    @(${LN} -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx)
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/bx/help
    ${MKDIR} ${PREFIX}/share/doc/bitchx
    ${CP} -r ${WRKSRC}/bitchx-docs/* ${PREFIX}/share/bx/help
    ${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${PREFIX}/share/doc/bitchx
    ${RMDIR} ${PREFIX}/share/bx/help/4_Misc/fset
    ${RMDIR} ${PREFIX}/share/bx/help/4_Misc/wset
.endif

.include <bsd.port.post.mk>