2005-06-03 14:46:45 +02:00
|
|
|
# New ports collection makefile for: mozplugger
|
|
|
|
# Date created: 2 June 2005
|
2008-07-22 02:43:15 +02:00
|
|
|
# Whom: Loren M. Lang <loren@north-winds.org>
|
2005-06-03 14:46:45 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mozplugger
|
2010-08-19 20:21:47 +02:00
|
|
|
PORTVERSION= 1.14.1
|
2005-06-03 14:46:45 +02:00
|
|
|
CATEGORIES= www
|
2008-07-22 02:43:15 +02:00
|
|
|
MASTER_SITES= http://mozplugger.mozdev.org/files/
|
2005-06-03 14:46:45 +02:00
|
|
|
|
2008-07-22 02:43:15 +02:00
|
|
|
MAINTAINER= rnejdl@ringofsaturn.com
|
2005-06-03 14:46:45 +02:00
|
|
|
COMMENT= Framework for loading web content in external viewers
|
|
|
|
|
- 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 xt
|
2005-06-03 14:46:45 +02:00
|
|
|
MAN7= mozplugger.7
|
2008-07-22 02:43:15 +02:00
|
|
|
SUB_FILES= pkg-message
|
2005-06-03 14:46:45 +02:00
|
|
|
ALL_TARGET= freebsd
|
2009-01-10 03:45:46 +01:00
|
|
|
MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGINS_DIR}"
|
|
|
|
|
|
|
|
USE_WEBPLUGINS= native
|
|
|
|
WEBPLUGINS_FILES=mozplugger.so
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
|
|
|
|
|
|
|
|
post-patch:
|
2009-08-28 16:49:27 +02:00
|
|
|
|
2009-01-10 03:45:46 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
|
|
|
|
${WRKSRC}/mozplugger.c
|
2005-06-03 14:46:45 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO_MSG}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
@${ECHO_MSG}
|
|
|
|
|
2009-01-10 03:45:46 +01:00
|
|
|
.include <bsd.port.post.mk>
|