aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq-msn/Makefile
blob: 0a537119ea33f2fe76af4af0f391ba3aadeeed71 (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
# $FreeBSD$

PORTNAME=   msn
PORTVERSION=    1.8.2
PORTREVISION=   5
CATEGORIES= net-im

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    MSN plugin for Licq

LICENSE=    GPLv2

LIB_DEPENDS=    libboost_regex.so:devel/boost-libs

USES=       cmake
DOCSDIR=    ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}

DOCFILES=   README
PLIST_FILES=    lib/licq/protocol_msn.so \
        %%PORTDOCS%%%%DOCSDIR%%/README

LICQ_PORT?= net-im/licq

OPTIONS_DEFINE= DOCS

.include <bsd.port.options.mk>

.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"

.if ${PORT_OPTIONS:MDOCS}
post-install:
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.endif

.include <bsd.port.mk>
syntax.tijl2013-12-222-21/+25 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * - update libdg to 2.1.0dinoex2013-08-091-1/+1 * - update png to 1.5.10dinoex2012-06-011-1/+2 * Remove trailing whitespaces.ehaupt2011-11-191-1/+1 * Standardize WWW: tags a bit more:dougb2011-11-071-2/+2 * - Update to 20090821miwi2011-02-272-8/+5 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-0/+1 * - Update to 20081002miwi2009-11-173-19/+32 * Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1 * Reset beech@FreeBSD.org while he works on restoring his email situation.linimon2009-08-291-1/+1 * - update to jpeg7dinoex2009-07-18