2004-05-25 16:24:15 +02:00
|
|
|
# New ports collection makefile for: kaffeine-mozilla
|
|
|
|
# Date created: 2004-05-25
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 03:45:46 +01:00
|
|
|
# $MCom: ports-stable/multimedia/kaffeine-mozilla/Makefile,v 1.1 2008/08/01 23:13:21 mezz Exp $
|
2006-10-14 10:54:54 +02:00
|
|
|
#
|
2004-05-25 16:24:15 +02:00
|
|
|
|
|
|
|
PORTNAME= kaffeine-mozilla
|
|
|
|
PORTVERSION= 0.2
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 12
|
2004-05-25 16:24:15 +02:00
|
|
|
CATEGORIES= multimedia
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/kaffeine/${PORTNAME}/${PORTVERSION}
|
2004-05-25 16:24:15 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Kaffeine Mozilla plugin
|
|
|
|
|
|
|
|
RUN_DEPENDS= kaffeine:${PORTSDIR}/multimedia/kaffeine
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xaw
|
2004-05-25 16:24:15 +02:00
|
|
|
USE_BZIP2= yes
|
2009-01-10 03:45:46 +01:00
|
|
|
USE_WEBPLUGINS= native
|
|
|
|
WEBPLUGINS_FILES=kaffeineplugin.so
|
2004-05-25 16:24:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2004-05-25 16:24:15 +02:00
|
|
|
|
2009-01-10 03:45:46 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
|
|
|
|
|
2004-05-25 16:24:15 +02:00
|
|
|
post-patch:
|
2009-01-10 03:45:46 +01:00
|
|
|
${REINPLACE_CMD} -e "s,[$$][(]prefix[)]/plugins,${WEBPLUGINS_DIR}," \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2007-03-17 19:14:09 +01:00
|
|
|
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
|
2004-05-25 16:24:15 +02:00
|
|
|
|
2009-01-10 03:45:46 +01:00
|
|
|
.include <bsd.port.post.mk>
|