Updated to version 0.7.17
This commit is contained in:
parent
abdd280f32
commit
e63c6b6ee7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22511
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: irssi
|
||||
# Version required: 0.7.16
|
||||
# Version required: 0.7.17
|
||||
# Date created: 14 Apr 1999
|
||||
# Whom: Jim Mock <jim@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= irssi-0.7.16
|
||||
DISTNAME= irssi-0.7.17
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://xlife.dhs.org/irssi/files/
|
||||
|
||||
@ -14,6 +14,9 @@ MAINTAINER= jim@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||
PropList.2:${PORTSDIR}/devel/libPropList
|
||||
.if defined(USE_GNOME)
|
||||
LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
|
||||
.endif
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
@ -26,7 +29,7 @@ USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui \
|
||||
CONFIGURE_ARGS= --without-pthreads --without-socks --with-textui \
|
||||
--with-proplist=${LOCALBASE} --without-servertest
|
||||
|
||||
.if defined(USE_GNOME)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (irssi-0.7.16.tar.bz2) = 4f8e492297d00d00429a21b1ecc8b849
|
||||
MD5 (irssi-0.7.17.tar.bz2) = 89a1730556d498d47fca1b9e90b459e2
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/irssi
|
||||
bin/irssi-bot
|
||||
bin/irssi-text
|
||||
lib/irssi/plugins/libbot.a
|
||||
lib/irssi/plugins/libbot.so
|
||||
lib/irssi/plugins/libbot.so.0
|
||||
@ -18,8 +18,12 @@ lib/irssi/plugins/libspeech.so.0
|
||||
lib/irssi/plugins/libsound.a
|
||||
lib/irssi/plugins/libsound.so
|
||||
lib/irssi/plugins/libsound.so.0
|
||||
share/gnome/help/irssi/C/index.html
|
||||
share/gnome/help/irssi/C/topic.dat
|
||||
etc/irssi/colorless.theme
|
||||
etc/irssi/config
|
||||
@dirrm lib/irssi/plugins
|
||||
@dirrm lib/irssi
|
||||
@dirrm etc/irssi
|
||||
@dirrm share/gnome/help/irssi/C
|
||||
@dirrm share/gnome/help/irssi
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: irssi
|
||||
# Version required: 0.7.16
|
||||
# Version required: 0.7.17
|
||||
# Date created: 14 Apr 1999
|
||||
# Whom: Jim Mock <jim@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= irssi-0.7.16
|
||||
DISTNAME= irssi-0.7.17
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://xlife.dhs.org/irssi/files/
|
||||
|
||||
@ -14,6 +14,9 @@ MAINTAINER= jim@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||
PropList.2:${PORTSDIR}/devel/libPropList
|
||||
.if defined(USE_GNOME)
|
||||
LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
|
||||
.endif
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
@ -26,7 +29,7 @@ USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui \
|
||||
CONFIGURE_ARGS= --without-pthreads --without-socks --with-textui \
|
||||
--with-proplist=${LOCALBASE} --without-servertest
|
||||
|
||||
.if defined(USE_GNOME)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (irssi-0.7.16.tar.bz2) = 4f8e492297d00d00429a21b1ecc8b849
|
||||
MD5 (irssi-0.7.17.tar.bz2) = 89a1730556d498d47fca1b9e90b459e2
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/irssi
|
||||
bin/irssi-bot
|
||||
bin/irssi-text
|
||||
lib/irssi/plugins/libbot.a
|
||||
lib/irssi/plugins/libbot.so
|
||||
lib/irssi/plugins/libbot.so.0
|
||||
@ -18,8 +18,12 @@ lib/irssi/plugins/libspeech.so.0
|
||||
lib/irssi/plugins/libsound.a
|
||||
lib/irssi/plugins/libsound.so
|
||||
lib/irssi/plugins/libsound.so.0
|
||||
share/gnome/help/irssi/C/index.html
|
||||
share/gnome/help/irssi/C/topic.dat
|
||||
etc/irssi/colorless.theme
|
||||
etc/irssi/config
|
||||
@dirrm lib/irssi/plugins
|
||||
@dirrm lib/irssi
|
||||
@dirrm etc/irssi
|
||||
@dirrm share/gnome/help/irssi/C
|
||||
@dirrm share/gnome/help/irssi
|
||||
|
Loading…
Reference in New Issue
Block a user