1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/mozplugger/Makefile
2021-04-06 16:31:07 +02:00

32 lines
731 B
Makefile

# Created by: Loren M. Lang <loren@north-winds.org>
PORTNAME= mozplugger
PORTVERSION= 2.1.6
CATEGORIES= www
MASTER_SITES= http://mozplugger.mozdev.org/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework for loading web content in external viewers
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= desthack gmake webplugin:native xorg
USE_XORG= x11 xt
LLD_UNSAFE= yes
WEBPLUGIN_FILES=mozplugger.so
MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGIN_DIR}"
MAKE_ARGS= root=${STAGEDIR}
post-patch:
@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
${WRKSRC}/mozplugger.c
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mozplugger-*
@${STRIP_CMD} ${STAGEDIR}${WEBPLUGIN_DIR}/*.so
.include <bsd.port.mk>