aboutsummaryrefslogtreecommitdiffstats
path: root/irc/lostirc/Makefile
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-07-08 14:22:10 +0800
committerdaichi <daichi@FreeBSD.org>2003-07-08 14:22:10 +0800
commitf1f93215c9c2ac007ddeaec97cd38f6a902753e3 (patch)
tree035e6e2ad8fc95f8dd9298d6ba0e29128e836ce4 /irc/lostirc/Makefile
parentb7ae8380dc204a929fbde2f9db9b17574925c61e (diff)
downloadfreebsd-ports-gnome-f1f93215c9c2ac007ddeaec97cd38f6a902753e3.tar.gz
freebsd-ports-gnome-f1f93215c9c2ac007ddeaec97cd38f6a902753e3.tar.zst
freebsd-ports-gnome-f1f93215c9c2ac007ddeaec97cd38f6a902753e3.zip
update irc/lostirc: 0.2.5 -> 0.2.7
PR: 54192 Submitted by: Juan Salaverria <rael@vectorstar.net> (maintainer)
Diffstat (limited to 'irc/lostirc/Makefile')
-rw-r--r--irc/lostirc/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
index 4590f8ae2f35..90c7e03f9a18 100644
--- a/irc/lostirc/Makefile
+++ b/irc/lostirc/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= lostirc
-PORTVERSION= 0.2.5
-PORTREVISION= 1
+PORTVERSION= 0.2.7
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= rael@vectorstar.net
COMMENT= LostIRC is a simple and minimal IRC client for X
-LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \
+LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-toolkits/gtk--2 \
intl.4:${PORTSDIR}/devel/gettext
USE_X_PREFIX= yes
@@ -29,13 +28,15 @@ DOCS= AUTHORS COPYING ChangeLog TODO README INSTALL
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
post-patch:
${REINPLACE_CMD} -E "s@^(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.am
${REINPLACE_CMD} -E "s@(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} -E "s@^(pixmapdir = ).*@\1${PREFIX}/share/gnome/pixmaps@" ${WRKSRC}/Makefile.am
+ ${REINPLACE_CMD} -E "s@(pixmapdir = ).*@\1${PREFIX}/share/gnome/pixmaps@" ${WRKSRC}/Makefile.in
+
+pre-install:
+ ${REINPLACE_CMD} -E 's|MKINSTALLDIRS = \$$\(top_builddir\)/|MKINSTALLDIRS = |g' ${WRKSRC}/intl/Makefile
+ ${REINPLACE_CMD} -E 's|MKINSTALLDIRS = \$$\(top_builddir\)/|MKINSTALLDIRS = |g' ${WRKSRC}/po/Makefile
post-install:
.if !defined(NOPORTDOCS)