mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
7eaba8a8bf
Add USES=xorg and USES=gl to ports in categories starting with 'w' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
33 lines
743 B
Makefile
33 lines
743 B
Makefile
# Created by: Loren M. Lang <loren@north-winds.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|