1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net-im/licq-osd/Makefile
Dirk Meyer 93191a3d01 - update to 1.3.2
- Translate-fix
Submitted by: NetJunior
2005-12-20 15:31:34 +00:00

33 lines
835 B
Makefile

# New ports collection makefile for: licq-osd
# Date created: 2003-07-15
# Whom: nm@web.am
#
# $FreeBSD$
#
#
PORTNAME= osd
PORTVERSION= ${OSD_LICQ_VER}
CATEGORIES= net-im
MAINTAINER= ports@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
USE_AUTOTOOLS= libtool:15
LICQ_PORT?= net-im/licq
LOCALES= 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+}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>