mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
d8e4c31587
PR: ports/184284 Submitted by: maintainer
36 lines
745 B
Makefile
36 lines
745 B
Makefile
# Created by: Loren M. Lang <loren@north-winds.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mozplugger
|
|
PORTVERSION= 2.1.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://mozplugger.mozdev.org/files/
|
|
|
|
MAINTAINER= rnejdl@ringofsaturn.com
|
|
COMMENT= Framework for loading web content in external viewers
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XORG= x11 xt
|
|
USES= gmake
|
|
MAN7= mozplugger.7
|
|
SUB_FILES= pkg-message
|
|
|
|
USE_WEBPLUGINS= native
|
|
WEBPLUGINS_FILES=mozplugger.so
|
|
MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGINS_DIR}"
|
|
|
|
NO_STAGE= yes
|
|
.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>
|