mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
4395a0e495
PR: ports/155252 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
39 lines
819 B
Makefile
39 lines
819 B
Makefile
# New ports collection makefile for: mozplugger
|
|
# Date created: 2 June 2005
|
|
# Whom: Loren M. Lang <loren@north-winds.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mozplugger
|
|
PORTVERSION= 1.14.3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://mozplugger.mozdev.org/files/
|
|
|
|
MAINTAINER= rnejdl@ringofsaturn.com
|
|
COMMENT= Framework for loading web content in external viewers
|
|
|
|
USE_XORG= x11 xt
|
|
MAN7= mozplugger.7
|
|
SUB_FILES= pkg-message
|
|
ALL_TARGET= freebsd
|
|
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:
|
|
|
|
@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
|
|
${WRKSRC}/mozplugger.c
|
|
|
|
post-install:
|
|
@${ECHO_MSG}
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_MSG}
|
|
|
|
.include <bsd.port.post.mk>
|