summaryrefslogtreecommitdiff
path: root/irc/irssi-devel/Makefile
blob: 69677e4011cb1c8233f32e6ab17a73d121b91a44 (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
# New ports collection makefile for:	irssi
# Version required:		0.7.8
# Date created:			14 Apr 1999
# Whom:				Jim Mock <jim@phrantic.phear.net>
#
# $Id$
#

DISTNAME=	irssi-0.7.8
CATEGORIES=	net
MASTER_SITES=	http://www.sicom.fi/~ikioma/irssi/

MAINTAINER=	jim@phrantic.phear.net

LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_PERL5=	yes
USE_X_PREFIX=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-gnome --without-dock --without-pthreads \
		--without-socks --with-textui=none
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
		GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"

post-install:
	@${ECHO} "		"
	@${ECHO} "---------------------------------------------------------------------------"
	@${ECHO} "===> Installing example irssi.conf to ${PREFIX}/share/examples/irssi"
	@${ECHO} "===> You will find a ~/.irssi.conf after running irssi for the first time."
	@${ECHO} "---------------------------------------------------------------------------"
	@${ECHO} "		"
	@${MKDIR} ${PREFIX}/share/examples/irssi && chmod a+rx ${PREFIX}/share/examples/irssi
	${INSTALL_DATA} ${WRKSRC}/irssi.conf ${PREFIX}/share/examples/irssi
	strip ${PREFIX}/bin/irssi
	strip ${PREFIX}/bin/irssi-bot

.include <bsd.port.mk>