1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net-im/licq-icq/Makefile
Jan Beich 98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00

37 lines
659 B
Makefile

# $FreeBSD$
PORTNAME= icq
PORTVERSION= 1.8.2
PORTREVISION= 5
CATEGORIES= net-im
MAINTAINER= dinoex@FreeBSD.org
COMMENT= ICQ 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_icq.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>