1999-04-30 17:08:25 +00:00
|
|
|
# New ports collection makefile for: irssi
|
1999-09-01 11:23:18 +00:00
|
|
|
# Version required: 0.7.15-3
|
1999-04-30 17:08:25 +00:00
|
|
|
# Date created: 14 Apr 1999
|
1999-08-14 07:11:57 +00:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1999-04-30 17:08:25 +00:00
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-04-30 17:08:25 +00:00
|
|
|
#
|
|
|
|
|
1999-09-01 11:23:18 +00:00
|
|
|
DISTNAME= irssi-0.7.15-3
|
1999-08-31 13:05:36 +00:00
|
|
|
PKGNAME= irssi-0.7.15
|
1999-06-28 02:24:57 +00:00
|
|
|
CATEGORIES= irc
|
1999-07-10 02:40:14 +00:00
|
|
|
MASTER_SITES= http://xlife.dhs.org/irssi/files/
|
1999-04-30 17:08:25 +00:00
|
|
|
|
1999-08-14 07:11:57 +00:00
|
|
|
MAINTAINER= jim@FreeBSD.org
|
1999-04-30 17:08:25 +00:00
|
|
|
|
1999-08-29 00:38:07 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
PropList.1:${PORTSDIR}/devel/libPropList
|
1999-05-29 03:56:15 +00:00
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
1999-04-30 17:08:25 +00:00
|
|
|
|
1999-08-31 13:05:36 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
1999-04-30 17:08:25 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_X_PREFIX= yes
|
1999-07-10 02:40:14 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-04-30 17:08:25 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1999-08-29 00:38:07 +00:00
|
|
|
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui \
|
1999-08-31 13:05:36 +00:00
|
|
|
--with-proplist=${LOCALBASE} --without-servertest
|
1999-08-14 07:11:57 +00:00
|
|
|
|
|
|
|
.if defined(USE_GNOME)
|
|
|
|
CONFIGURE_ARGS+= --with-gnome
|
|
|
|
.if defined(USE_PANEL)
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-panel
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-gnome-panel
|
|
|
|
.endif
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-gnome
|
|
|
|
.endif
|
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}"
|
1999-04-30 17:08:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|