freebsd-ports/net-im/licq-jabber/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

37 lines
714 B
Makefile

# $FreeBSD$
PORTNAME= jabber
PORTVERSION= 1.8.2
PORTREVISION= 3
CATEGORIES= net-im
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Jabber (XMPP) plugin for Licq
LICENSE= GPLv2
LIB_DEPENDS= libgloox.so:net-im/gloox \
libboost_regex.so:devel/boost-libs
USES= cmake pkgconfig
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
DOCFILES= README
PLIST_FILES= lib/licq/protocol_jabber.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>