summaryrefslogtreecommitdiff
path: root/irc/irssi-devel/Makefile
blob: d27f8b6639e1d7475aad2c3ef7b57d18fc36ce56 (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
# New ports collection makefile for:	irssi
# Date created:			14 Apr 1999
# Whom:				Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	irssi
PORTVERSION=	0.7.98.4
PORTREVISION?=	0
CATEGORIES+=	irc ipv6	# `+=' is for slave ports
MASTER_SITES=	http://irssi.org/files/

MAINTAINER?=	vanilla@FreeBSD.org

LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext

USE_BZIP2=	yes
USE_PERL5=	yes
USE_GLIB=	yes
GNU_CONFIGURE=	yes
# `+=' is for slave ports
CONFIGURE_ARGS+=	--without-socks --with-bot --without-servertest \
		--enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif

pre-patch:
	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
		 s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
		 s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
		 s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure

pre-configure:
	@cd ${WRKSRC} && ${MV} config config.sample

post-install:
	@if [ ! -f ${LOCALBASE}/etc/irssi/config ]; then \
		${ECHO} "Installing default configuration file."; \
		${INSTALL_SCRIPT} -m 644 ${WRKSRC}/config.sample ${LOCALBASE}/etc/irssi/config; \
	fi

.include <bsd.port.post.mk>