freebsd-ports/www/mozplugger/Makefile
Jason E. Hale e3e941925d - Update to 1.14.6
- Update pkg-descr
- Strip Makefile header

PR:		ports/172105
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by:	makc (mentor)
2012-10-01 12:03:48 +00:00

34 lines
720 B
Makefile

# Created by: Loren M. Lang <loren@north-winds.org>
# $FreeBSD$
PORTNAME= mozplugger
PORTVERSION= 1.14.6
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
MAN7= mozplugger.7
SUB_FILES= pkg-message
USE_WEBPLUGINS= native
WEBPLUGINS_FILES=mozplugger.so
MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGINS_DIR}"
.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>