- Bump PORTREVISION for dependencies changes
- Pass maintainership to koalative at gmail.com - Use libtool instead of USE_AUTOTOOLS libtool - Add USE_AUTOTOOLS libtoolize - Set PORTSCOUT, wrong NLS - Change pkg-plist, remove *.la files
This commit is contained in:
parent
4b5750cc94
commit
137ea0defa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356400
@ -3,20 +3,20 @@
|
||||
|
||||
PORTNAME= hexchat
|
||||
PORTVERSION= 2.9.6.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= irc gnome ipv6
|
||||
MASTER_SITES= http://dl.hexchat.org/${PORTNAME}/
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= koalative@gmail.com
|
||||
COMMENT= IRC chat program with GTK and Text Frontend
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy
|
||||
|
||||
USES= gmake desktop-file-utils pkgconfig tar:xz
|
||||
USES= gmake desktop-file-utils libtool pkgconfig tar:xz
|
||||
USE_GNOME= gtk20 libxml2
|
||||
USE_AUTOTOOLS= automake autoconf libtool
|
||||
USE_AUTOTOOLS= automake autoconf libtoolize
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \
|
||||
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
|
||||
@ -69,6 +69,9 @@ XFT_CONFIGURE_ENABLE= xft
|
||||
GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell
|
||||
LIBSEXY_LIB_DEPENDS= libsexy.so:${PORTSDIR}/x11-toolkits/libsexy
|
||||
|
||||
# Wrong versioning upstream
|
||||
PORTSCOUT= skipv:2.10.0
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MSTATIC}
|
||||
|
@ -1,15 +1,10 @@
|
||||
bin/hexchat
|
||||
%%TEXTFE%%bin/hexchat-text
|
||||
include/hexchat-plugin.h
|
||||
lib/hexchat/plugins/checksum.la
|
||||
lib/hexchat/plugins/checksum.so
|
||||
%%DOAT%%lib/hexchat/plugins/doat.la
|
||||
%%DOAT%%lib/hexchat/plugins/doat.so
|
||||
%%FISHLIM%%lib/hexchat/plugins/fishlim.la
|
||||
%%FISHLIM%%lib/hexchat/plugins/fishlim.so
|
||||
%%PERL%%lib/hexchat/plugins/perl.la
|
||||
%%PERL%%lib/hexchat/plugins/perl.so
|
||||
%%PYTHON%%lib/hexchat/plugins/python.la
|
||||
%%PYTHON%%lib/hexchat/plugins/python.so
|
||||
libdata/pkgconfig/hexchat-plugin.pc
|
||||
man/man1/hexchat.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user