weechat cleanup

This commit is contained in:
yeti 2022-11-06 00:28:09 +00:00
parent 6e08213d4a
commit f9e326f101
4 changed files with 0 additions and 73 deletions

View File

@ -1,6 +0,0 @@
D/patches////
/DESCR/1.2/Mon May 23 08:26:04 2005//
/PLIST/1.30/Mon Nov 8 01:00:39 2021//
/options.mk/1.29/Mon Dec 20 01:00:27 2021//
/Makefile/1.132/Wed Mar 30 01:00:30 2022//
/distinfo/1.75/Wed Mar 30 01:00:30 2022//

View File

@ -1 +0,0 @@
pkgsrc/chat/weechat

View File

@ -1 +0,0 @@
anoncvs@anoncvs.netbsd.org:/cvsroot

View File

@ -1,65 +0,0 @@
# $NetBSD: Makefile,v 1.132 2022/03/29 16:42:17 ryoon Exp $
DISTNAME= weechat-3.5
CATEGORIES= chat
MASTER_SITES= https://www.weechat.org/files/src/
EXTRACT_SUFX= .tar.xz
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= https://www.weechat.org/
COMMENT= Lightweight and user friendly curses based IRC client
LICENSE= gnu-gpl-v3
.include "../../lang/ruby/rubyversion.mk"
TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-asciidoctor-[0-9]*:../../textproc/ruby-asciidoctor
USE_TOOLS+= msgfmt pkg-config
USE_LANGUAGES= c99
USE_CMAKE= yes
FAKE_NCURSES= yes
CMAKE_ARGS+= -DASCIIDOCTOR_FOUND=ON
CMAKE_ARGS+= -DASCIIDOCTOR_EXECUTABLE=${PREFIX}/bin/asciidoctor${RUBY_VER}
CMAKE_ARGS+= -DENABLE_GUILE=OFF
CMAKE_ARGS+= -DENABLE_TCL=OFF
CMAKE_ARGS+= -DENABLE_JAVASCRIPT=OFF
CMAKE_ARGS+= -DENABLE_PHP=OFF
CMAKE_ARGS+= -DENABLE_SPELL=OFF
CMAKE_ARGS+= -DENABLE_CHARSET=ON
CMAKE_ARGS+= -DENABLE_MAN=ON
CMAKE_ARGS+= -DLOCALEDIR=${PKGLOCALEDIR}/locale
CMAKE_ARGS+= -DMANDIR=${PREFIX}/${PKGMANDIR}
USE_PKGLOCALEDIR= yes
LDFLAGS+= ${BUILDLINK_LDADD.gettext}
LDFLAGS.Darwin+= -lresolv
LDFLAGS.SunOS+= -lresolv
BUILDLINK_TRANSFORM+= rm:-Werror-implicit-function-declaration
.include "options.mk"
.if !empty(PKG_OPTIONS:Mpython)
SUBST_CLASSES+= python
SUBST_STAGE.python= pre-configure
SUBST_MESSAGE.python= Adjusting pkg-config python checks
SUBST_FILES.python= configure.ac cmake/FindPython.cmake
SUBST_SED.python= -e 's,python3,python-${PYVERSSUFFIX},g'
.endif
pre-configure:
# Use the standard cmake mechanism for finding Lua.
${RM} -f ${WRKSRC}/cmake/FindLua.cmake
.include "../../archivers/zstd/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"