# $FreeBSD$ PORTNAME= icq PORTVERSION= 1.8.0 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= ICQ plugin for Licq LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs USES= cmake DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} DOCFILES= README PLIST_FILES= lib/licq/protocol_icq.so \ %%PORTDOCS%%%%DOCSDIR%%/README PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%% LICQ_PORT?= net-im/licq .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .endif .include it repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc/dahdi-kmod26: mark BROKEN (does not compile)Dmitry Marakasov2021-05-181-0/+2
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* misc/dahdi-kmod26: enable on powerpc64Piotr Kubaj2021-01-171-1/+1
* Sort ARCHS. While here, pet portlint.Mark Linimon2017-06-271-2/+3
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
* Unbreak on -CURRENT (taskqueue_enqueue_fast(9) removed).Max Khon2016-03-11