aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq-osd/Makefile
blob: 5b37429e595fe088fa30c76f8ddc80caf2da554b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	licq-osd
# Date created:				2003-07-15
# Whom:					nm@web.am
#
# $FreeBSD$
#
#

PORTNAME=	osd
PORTVERSION=	${OSD_LICQ_VER}
PORTREVISION=	1
CATEGORIES=	net-im

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	OnScreenDisplay messages in licq

LIB_DEPENDS=	xosd.4:${PORTSDIR}/misc/xosd
RUN_DEPENDS=	${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net-im/licq-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

GNU_CONFIGURE=	yes

LICQ_PORT?=	net-im/licq

LOCALES=	be de cs es fr pt pt_BR ro ru sv sk
PLIST_FILES=	lib/licq/licq_osd.la \
		lib/licq/licq_osd.so \
		${LOCALES:C+^.*$+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+}

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>