mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Updated to version 0.7.14.
This commit is contained in:
parent
1b692649d0
commit
c1d53996cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21072
@ -1,19 +1,19 @@
|
||||
# New ports collection makefile for: irssi
|
||||
# Version required: 0.7.13
|
||||
# Version required: 0.7.14
|
||||
# Date created: 14 Apr 1999
|
||||
# Whom: Jim Mock <jim@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= irssi-0.7.13-2
|
||||
PKGNAME= irssi-0.7.13
|
||||
DISTNAME= irssi-0.7.14
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://xlife.dhs.org/irssi/files/
|
||||
|
||||
MAINTAINER= jim@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||
PropList.1:${PORTSDIR}/devel/libPropList
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
@ -25,7 +25,8 @@ USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui
|
||||
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui \
|
||||
--with-proplist=${LOCALBASE}
|
||||
|
||||
.if defined(USE_GNOME)
|
||||
CONFIGURE_ARGS+= --with-gnome
|
||||
@ -41,10 +42,4 @@ CONFIGURE_ARGS+= --without-gnome
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
|
||||
post-install:
|
||||
@${ECHO} "===> Installing example irssi.conf to ${PREFIX}/share/examples/irssi"
|
||||
@${ECHO} "===> You will find a ~/.irssi.conf after running irssi for the first time."
|
||||
@${MKDIR} ${PREFIX}/share/examples/irssi && ${CHMOD} a+rx ${PREFIX}/share/examples/irssi
|
||||
@${INSTALL_DATA} ${WRKSRC}/irssi.conf ${PREFIX}/share/examples/irssi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (irssi-0.7.13-2.tar.bz2) = 871b6ebb7fd470cd0cd10149cb065998
|
||||
MD5 (irssi-0.7.14.tar.bz2) = 2071c7eb1d80ca75acdade532db40cc5
|
||||
|
@ -1,6 +1,5 @@
|
||||
bin/irssi
|
||||
bin/irssi-bot
|
||||
bin/irssi-text
|
||||
lib/irssi/plugins/libexternal.a
|
||||
lib/irssi/plugins/libexternal.so
|
||||
lib/irssi/plugins/libexternal.so.0
|
||||
@ -16,7 +15,5 @@ lib/irssi/plugins/libspeech.so.0
|
||||
lib/irssi/plugins/libsound.a
|
||||
lib/irssi/plugins/libsound.so
|
||||
lib/irssi/plugins/libsound.so.0
|
||||
share/examples/irssi/irssi.conf
|
||||
@dirrm lib/irssi/plugins
|
||||
@dirrm lib/irssi
|
||||
@dirrm share/examples/irssi
|
||||
|
@ -1,19 +1,19 @@
|
||||
# New ports collection makefile for: irssi
|
||||
# Version required: 0.7.13
|
||||
# Version required: 0.7.14
|
||||
# Date created: 14 Apr 1999
|
||||
# Whom: Jim Mock <jim@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= irssi-0.7.13-2
|
||||
PKGNAME= irssi-0.7.13
|
||||
DISTNAME= irssi-0.7.14
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://xlife.dhs.org/irssi/files/
|
||||
|
||||
MAINTAINER= jim@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||
PropList.1:${PORTSDIR}/devel/libPropList
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
@ -25,7 +25,8 @@ USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui
|
||||
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui \
|
||||
--with-proplist=${LOCALBASE}
|
||||
|
||||
.if defined(USE_GNOME)
|
||||
CONFIGURE_ARGS+= --with-gnome
|
||||
@ -41,10 +42,4 @@ CONFIGURE_ARGS+= --without-gnome
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
|
||||
post-install:
|
||||
@${ECHO} "===> Installing example irssi.conf to ${PREFIX}/share/examples/irssi"
|
||||
@${ECHO} "===> You will find a ~/.irssi.conf after running irssi for the first time."
|
||||
@${MKDIR} ${PREFIX}/share/examples/irssi && ${CHMOD} a+rx ${PREFIX}/share/examples/irssi
|
||||
@${INSTALL_DATA} ${WRKSRC}/irssi.conf ${PREFIX}/share/examples/irssi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (irssi-0.7.13-2.tar.bz2) = 871b6ebb7fd470cd0cd10149cb065998
|
||||
MD5 (irssi-0.7.14.tar.bz2) = 2071c7eb1d80ca75acdade532db40cc5
|
||||
|
@ -1,6 +1,5 @@
|
||||
bin/irssi
|
||||
bin/irssi-bot
|
||||
bin/irssi-text
|
||||
lib/irssi/plugins/libexternal.a
|
||||
lib/irssi/plugins/libexternal.so
|
||||
lib/irssi/plugins/libexternal.so.0
|
||||
@ -16,7 +15,5 @@ lib/irssi/plugins/libspeech.so.0
|
||||
lib/irssi/plugins/libsound.a
|
||||
lib/irssi/plugins/libsound.so
|
||||
lib/irssi/plugins/libsound.so.0
|
||||
share/examples/irssi/irssi.conf
|
||||
@dirrm lib/irssi/plugins
|
||||
@dirrm lib/irssi
|
||||
@dirrm share/examples/irssi
|
||||
|
Loading…
Reference in New Issue
Block a user