mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add LICENSE_FILE
- Fix shebangs - Strip libraries - Pet portlint MFH: 2015Q2
This commit is contained in:
parent
7f483673fb
commit
df41fa6249
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389696
@ -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
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
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}/
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user