2003-07-26 20:32:34 +02:00
|
|
|
# New ports collection makefile for: licq-osd
|
|
|
|
# Date created: 2003-07-15
|
|
|
|
# Whom: nm@web.am
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2005-04-07 16:55:46 +02:00
|
|
|
PORTNAME= osd
|
|
|
|
PORTVERSION= ${OSD_LICQ_VER}
|
2008-06-08 07:49:43 +02:00
|
|
|
PORTEPOCH= 1
|
2005-11-09 09:28:43 +01:00
|
|
|
CATEGORIES= net-im
|
2003-07-26 20:32:34 +02:00
|
|
|
|
2006-10-31 06:27:10 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2005-04-11 10:46:15 +02:00
|
|
|
COMMENT= OnScreenDisplay messages in licq
|
2003-07-26 20:32:34 +02:00
|
|
|
|
2008-11-16 08:18:45 +01:00
|
|
|
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \
|
2009-07-28 13:45:08 +02:00
|
|
|
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
|
2003-07-26 20:32:34 +02:00
|
|
|
# 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
|
|
|
|
|
2010-11-27 13:27:26 +01:00
|
|
|
USE_CMAKE= yes
|
2003-07-26 20:32:34 +02:00
|
|
|
|
2006-10-31 06:27:10 +01:00
|
|
|
LOCALES= be de cs es fr pt pt_BR ro ru sv sk
|
2010-11-27 13:27:26 +01:00
|
|
|
PLIST_FILES= lib/licq/licq_osd.so \
|
2005-04-21 09:26:53 +02:00
|
|
|
${LOCALES:C+^.*$+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+}
|
2004-06-23 09:35:05 +02:00
|
|
|
|
2010-11-27 13:27:26 +01:00
|
|
|
LICQ_PORT?= net-im/licq
|
|
|
|
|
2005-04-07 16:55:46 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2010-11-27 13:27:26 +01:00
|
|
|
|
2005-04-07 16:55:46 +02:00
|
|
|
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
|
2010-11-27 13:27:26 +01:00
|
|
|
|
2005-04-07 16:55:46 +02:00
|
|
|
.include <bsd.port.post.mk>
|