aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-15 20:11:00 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-15 20:11:00 +0800
commit039a81702a765190cad81679ca76cae70b765270 (patch)
tree1a6db9d28e418c8908682ff8586de718371c2a71
parentc6e1daf5c837b24e1d7717032a619d2e140f00c0 (diff)
downloadfreebsd-ports-gnome-039a81702a765190cad81679ca76cae70b765270.tar.gz
freebsd-ports-gnome-039a81702a765190cad81679ca76cae70b765270.tar.zst
freebsd-ports-gnome-039a81702a765190cad81679ca76cae70b765270.zip
- Add LICENSE_FILE
- Fix shebangs - Strip libraries - Pet portlint MFH: 2015Q2
-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/