aboutsummaryrefslogtreecommitdiff
path: root/irc/lostirc/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-08 06:22:10 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-08 06:22:10 +0000
commitd47622b73b61d28c3a08731d7a655ce32667663c (patch)
treeb4e0f17e469f1c08ba17c7708d88798476e9350d /irc/lostirc/Makefile
parent01c6d5e416ece9b33c66af5e8afac0a7f5c71994 (diff)
downloadports-d47622b73b61d28c3a08731d7a655ce32667663c.tar.gz
ports-d47622b73b61d28c3a08731d7a655ce32667663c.zip
Notes
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)