freebsd-ports/net-im/licq-osd/Makefile

37 lines
892 B
Makefile
Raw Normal View History

# New ports collection makefile for: licq-osd
# Date created: 2003-07-15
# Whom: nm@web.am
#
# $FreeBSD$
#
#
PORTNAME= osd
PORTVERSION= ${OSD_LICQ_VER}
2008-06-08 07:49:43 +02:00
PORTEPOCH= 1
CATEGORIES= net-im
MAINTAINER= dinoex@FreeBSD.org
COMMENT= OnScreenDisplay messages in licq
2008-11-16 08:18:45 +01:00
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \
boost_regex.4:${PORTSDIR}/devel/boost-libs
2010-11-28 00:20:57 +01:00
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
USE_CMAKE= yes
LOCALES= be de cs es fr pt pt_BR ro ru sv sk
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>