1999-04-30 13:08:25 -04:00
|
|
|
# New ports collection makefile for: irssi
|
|
|
|
# Date created: 14 Apr 1999
|
1999-08-14 03:11:57 -04:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1999-04-30 13:08:25 -04:00
|
|
|
#
|
1999-08-25 02:16:32 -04:00
|
|
|
# $FreeBSD$
|
1999-04-30 13:08:25 -04:00
|
|
|
#
|
|
|
|
|
2000-04-12 02:28:35 -04:00
|
|
|
PORTNAME= irssi
|
2000-06-14 18:12:38 -04:00
|
|
|
PORTVERSION= 0.7.91
|
2000-06-12 15:16:51 -04:00
|
|
|
CATEGORIES= irc ipv6
|
1999-07-09 22:40:14 -04:00
|
|
|
MASTER_SITES= http://xlife.dhs.org/irssi/files/
|
1999-04-30 13:08:25 -04:00
|
|
|
|
1999-08-14 03:11:57 -04:00
|
|
|
MAINTAINER= jim@FreeBSD.org
|
1999-04-30 13:08:25 -04:00
|
|
|
|
2000-06-12 15:16:51 -04:00
|
|
|
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \
|
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1999-05-28 23:56:15 -04:00
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
1999-04-30 13:08:25 -04:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
1999-07-09 22:40:14 -04:00
|
|
|
USE_LIBTOOL= yes
|
1999-04-30 13:08:25 -04:00
|
|
|
|
2000-06-12 15:16:51 -04:00
|
|
|
CONFIGURE_ARGS= --without-socks --with-textui --with-bot \
|
|
|
|
--without-servertest
|
2000-01-24 15:34:23 -05:00
|
|
|
|
2000-01-22 14:50:26 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 400014
|
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
|
|
|
.endif
|
|
|
|
|
2000-06-12 15:16:51 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
1999-04-30 13:08:25 -04:00
|
|
|
|
2000-01-22 14:50:26 -05:00
|
|
|
.include <bsd.port.post.mk>
|