blob: a57ce33e23095de528eba91fc86734e8943bd53f (
plain) (
tree)
|
|
# Created by: nm@web.am
# $FreeBSD$
PORTNAME= osd
PORTVERSION= 1.8.2
PORTEPOCH= 2
CATEGORIES= net-im
MAINTAINER= dinoex@FreeBSD.org
COMMENT= OnScreenDisplay messages in licq
LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd \
libboost_regex.so:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${PORTSDIR}/${LICQ_PORT}-qt-gui
# run dependency may be too strict, delete it if you use another
# plugin (gtk+) and wish run osd with it. i've not tested with
# plugins other than qt-gui
USES= cmake gettext-tools
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>
|