aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq-jabber/Makefile
blob: b512edb43dcef8a308b2c313184f0789f3ba1e6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    licq-jabber
# Date created:                         27 Nov 2010
# Whom:                                 dirk.meyer@dinoex.sub.org
#
# $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>