1999-04-30 17:08:25 +00:00
|
|
|
# New ports collection makefile for: irssi
|
1999-08-14 07:11:57 +00:00
|
|
|
# Version required: 0.7.13
|
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-22 19:01:07 +00:00
|
|
|
# $Id: Makefile,v 1.7 1999/08/14 07:11:55 jim Exp $
|
1999-04-30 17:08:25 +00:00
|
|
|
#
|
|
|
|
|
1999-08-14 07:11:57 +00:00
|
|
|
DISTNAME= irssi-0.7.13-2
|
|
|
|
PKGNAME= irssi-0.7.13
|
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-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
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-14 07:11:57 +00:00
|
|
|
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui
|
|
|
|
|
|
|
|
.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
|
|
|
|
|
|
|
post-install:
|
1999-08-14 07:11:57 +00:00
|
|
|
@${ECHO} "===> Installing example irssi.conf to ${PREFIX}/share/examples/irssi"
|
|
|
|
@${ECHO} "===> You will find a ~/.irssi.conf after running irssi for the first time."
|
1999-08-22 19:01:07 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/examples/irssi && ${CHMOD} a+rx ${PREFIX}/share/examples/irssi
|
1999-08-14 07:11:57 +00:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/irssi.conf ${PREFIX}/share/examples/irssi
|
1999-04-30 17:08:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|