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

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

MAINTAINER?=	vanilla@FreeBSD.org

USE_BZIP2=	yes
USE_PERL5=	yes
USE_GNOMENG=	yes
USE_GNOME=	glib12
GNU_CONFIGURE=	yes
# `+=' is for slave ports
CONFIGURE_ARGS+=	--without-socks --without-bot --with-textui \
		--with-perl-lib=site

.include <bsd.port.pre.mk>

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

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

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

.include <bsd.port.post.mk>