mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- update licq ports to 1.5.0
- use cmake framework - add license - add README
This commit is contained in:
parent
4a7663fd15
commit
8d08ec5a56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265274
@ -15,28 +15,26 @@ COMMENT= Ncurses-based console plugin for Licq
|
||||
LIB_DEPENDS= cdk.5:${PORTSDIR}/devel/cdk \
|
||||
boost_regex.4:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
LIBS="${PTHREAD_LIBS}"
|
||||
LICQ_PORT?= net-im/licq
|
||||
CPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/cdk
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LICENSE= GPLv2
|
||||
|
||||
PLIST_FILES= lib/licq/licq_console.la \
|
||||
lib/licq/licq_console.so
|
||||
USE_CMAKE= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
DOCFILES= README
|
||||
PLIST_FILES= lib/licq/licq_console.so \
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%%
|
||||
|
||||
LICQ_PORT?= net-im/licq
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= gp-relative relocation against dynamic symbol
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s|/usr/local/|${LOCALBASE}/|g" \
|
||||
${WRKSRC}/configure
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,8 +0,0 @@
|
||||
--- config.h.in.orig Sun Oct 15 14:13:57 2006
|
||||
+++ config.h.in Thu Dec 7 07:15:07 2006
|
||||
@@ -1,4 +1,5 @@
|
||||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
+#include <sys/types.h>
|
||||
|
||||
/* Define to 1 if you have the <dirent.h> header file. */
|
||||
#undef HAVE_DIRENT_H
|
@ -1,3 +1,5 @@
|
||||
An ncurses console plugin for the popular icq clone licq.
|
||||
|
||||
LICENSE: GPL2 or later with execption to link with OpenSSL
|
||||
|
||||
WWW: http://www.licq.org/
|
||||
|
Loading…
Reference in New Issue
Block a user