1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net-im/licq-osd/Makefile
Jan Beich b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00

30 lines
655 B
Makefile

# Created by: nm@web.am
# $FreeBSD$
PORTNAME= osd
PORTVERSION= 1.8.2
PORTREVISION= 4
PORTEPOCH= 2
CATEGORIES= net-im
MAINTAINER= dinoex@FreeBSD.org
COMMENT= OnScreenDisplay messages in licq
LIB_DEPENDS= libxosd.so:misc/xosd \
libboost_regex.so:devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${LICQ_PORT}-qt-gui
USES= cmake gettext-tools iconv
LOCALES= be de cs es fr pt pt_BR ro ru sv sk tr
PLIST_FILES= lib/licq/licq_osd.so \
${LOCALES:C+^.*$+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+}
LICQ_PORT?= net-im/licq
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>