freebsd-ports/net-im/licq-osd/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

34 lines
888 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 se
PLIST_FILES= lib/licq/licq_osd.so \
${LOCALES:C+^.*$+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+}
PLIST_DIRS= share/locale/se/LC_MESSAGES share/locale/se
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>