summaryrefslogtreecommitdiff
path: root/chat/xchat/Makefile.common
blob: 47f56505d453c51b905d40fac14634fb1eb8adf7 (plain)
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
# $NetBSD: Makefile.common,v 1.37 2005/05/22 20:07:43 jlam Exp $

DISTNAME=	xchat-1.8.11
PKGREVISION=	11
CATEGORIES=	chat x11
MASTER_SITES=	${HOMEPAGE}files/source/1.8/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	tron@NetBSD.org
HOMEPAGE=	http://xchat.org/
COMMENT=	X11 (X Window System) IRC client, using the GTK+ toolkit

BUILD_USES_MSGFMT=	YES

DISTINFO_FILE=	${.CURDIR}/../xchat/distinfo
FILESDIR=	${.CURDIR}/../xchat/files
PATCHDIR=	${.CURDIR}/../xchat/patches
PKGDIR=		${.CURDIR}/../xchat
PLIST_SRC=	${.CURDIR}/../xchat/PLIST

USE_DIRS+=		gnome1-1.5
USE_PKGLOCALEDIR=	YES
USE_X11BASE=		YES
USE_TOOLS+=		gmake grep
USE_PERL5=		YES
CONFIGURE_ARGS+=	--enable-python

BUILD_DEFS+=		USE_INET6 USE_SOCKS

GNU_CONFIGURE=		YES
CONFIGURE_ENV+=		ac_cv_path_perlpath=${PERL5} pythonpath=${PYTHONBIN}

.include "../../mk/bsd.prefs.mk"

# IPv6 support
.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+=	--enable-ipv6
.endif

# SSL support
.if defined(XCHAT_USE_SSL) && ${XCHAT_USE_SSL} == "YES"
.  include "../../security/openssl/buildlink3.mk"
CONFIGURE_ARGS+=	--enable-openssl=${SSLBASE}
.endif

# Socks support
.if defined(USE_SOCKS) && ${USE_SOCKS} == YES
CONFIGURE_ARGS+=	--enable-socks
.endif

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat

.include "../../lang/perl5/buildlink3.mk"
.include "../../lang/python/application.mk"