aboutsummaryrefslogtreecommitdiff
path: root/net-im/mcabber
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-15 12:11:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-15 12:11:00 +0000
commitdf41fa62493f4b0f0fa88f3dc58e59395625a18d (patch)
tree1a6db9d28e418c8908682ff8586de718371c2a71 /net-im/mcabber
parent7f483673fb8f1f84e0083ddfc25a9590e3636eb2 (diff)
downloadports-df41fa62493f4b0f0fa88f3dc58e59395625a18d.tar.gz
ports-df41fa62493f4b0f0fa88f3dc58e59395625a18d.zip
Notes
Diffstat (limited to 'net-im/mcabber')
-rw-r--r--net-im/mcabber/Makefile12
-rw-r--r--net-im/mcabber/pkg-descr2
2 files changed, 9 insertions, 5 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile
index 4cd484f0199e..e8d6a9d26f47 100644
--- a/net-im/mcabber/Makefile
+++ b/net-im/mcabber/Makefile
@@ -3,22 +3,25 @@
PORTNAME= mcabber
PORTVERSION= 0.10.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-im
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Small Jabber console client
-LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth
-
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth
+USES= gettext iconv libtool ncurses pkgconfig shebangfix tar:bzip2
+SHEBANG_FILES= contrib/cicq2mcabber.pl \
+ contrib/events/mcnotify.py
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-sigwinch --libdir=${PREFIX}/lib
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= pkgconfig gettext iconv ncurses tar:bzip2 libtool
USE_LDCONFIG= yes
USE_GNOME= glib20
@@ -48,6 +51,7 @@ post-patch:
${WRKSRC}/Makefile.*
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mcabber/*.so
@${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/
@${INSTALL} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
@${CP} -R ${WRKSRC}/contrib ${STAGEDIR}${DATADIR}/
diff --git a/net-im/mcabber/pkg-descr b/net-im/mcabber/pkg-descr
index ea032191fd7e..f4c296b968da 100644
--- a/net-im/mcabber/pkg-descr
+++ b/net-im/mcabber/pkg-descr
@@ -13,4 +13,4 @@ Here are some of the features of mcabber:
ger an external action, for example a shell script (you need to
enable it in your configuration file).
-WWW: http://www.lilotux.net/~mikael/mcabber/
+WWW: http://www.lilotux.net/~mikael/mcabber/