mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
851945b1eb
Feature safe: yes
36 lines
708 B
Makefile
36 lines
708 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jabber
|
|
PORTVERSION= ${CONSOLE_LICQ_VER}
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Jabber (XMPP) plugin for Licq
|
|
|
|
LIB_DEPENDS= gloox:${PORTSDIR}/net-im/gloox \
|
|
boost_regex:${PORTSDIR}/devel/boost-libs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_CMAKE= yes
|
|
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
DOCFILES= README
|
|
PLIST_FILES= lib/licq/protocol_jabber.so \
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%%
|
|
|
|
LICQ_PORT?= net-im/licq
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|