789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
36 lines
922 B
Makefile
36 lines
922 B
Makefile
# New ports collection makefile for: kaffeine-mozilla
|
|
# Date created: 2004-05-25
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-stable/multimedia/kaffeine-mozilla/Makefile,v 1.1 2008/08/01 23:13:21 mezz Exp $
|
|
#
|
|
|
|
PORTNAME= kaffeine-mozilla
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 10
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/kaffeine
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kaffeine Mozilla plugin
|
|
|
|
RUN_DEPENDS= kaffeine:${PORTSDIR}/multimedia/kaffeine
|
|
|
|
USE_XORG= x11 xaw
|
|
USE_BZIP2= yes
|
|
USE_WEBPLUGINS= native
|
|
WEBPLUGINS_FILES=kaffeineplugin.so
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
|
USE_AUTOTOOLS= libtool:22
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,[$$][(]prefix[)]/plugins,${WEBPLUGINS_DIR}," \
|
|
${WRKSRC}/src/Makefile.in
|
|
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.post.mk>
|