mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
734349b51e
- Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
29 lines
705 B
Makefile
29 lines
705 B
Makefile
# New ports collection makefile for: libproxy-mozjs
|
|
# Date created: 26 February 2009
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/net/libproxy-mozjs/Makefile,v 1.5 2011/01/12 13:10:53 kwm Exp $
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= net www
|
|
PKGNAMESUFFIX= -mozjs
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Mozilla JavaScript plug-in for libproxy
|
|
|
|
LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
USE_GECKO= libxul19
|
|
|
|
LIBPROXY_SLAVE= mozjs
|
|
|
|
do-install:
|
|
${INSTALL_LIB} ${WRKSRC}/libproxy/pacrunner_mozjs.so \
|
|
${PREFIX}/lib/libproxy/${PORTVERSION}/modules/
|
|
|
|
.include "${MASTERDIR}/Makefile"
|