aboutsummaryrefslogtreecommitdiff
path: root/www/mozplugger/Makefile
blob: 817b7e0f31fd31ba86a732ea4e39da501e490581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>