mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +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
38 lines
932 B
Makefile
38 lines
932 B
Makefile
# New ports collection makefile for: helixplugin
|
|
# Date created: October 22, 2006
|
|
# Whom: Mikhail T <mi@aldan.algebra.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hxplugin
|
|
PORTVERSION= 20080318
|
|
PORTREVISION= 2
|
|
CATEGORIES= www multimedia
|
|
MASTER_SITES= http://virtual-estates.net/~mi/port-stuff/
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= Browser plugin for Real or Helix Players
|
|
|
|
USE_BZIP2 = yes
|
|
USE_DOS2UNIX = yes
|
|
MAKEFILE = ${FILESDIR}/BSDmakefile
|
|
USE_GECKO = libxul19
|
|
MAKE_ENV += TOP="${WRKSRC}" GECKO=${GECKO:S/19//}
|
|
MAKE_JOBS_UNSAFE = yes
|
|
|
|
USE_WEBPLUGINS= native
|
|
WEBPLUGINS_FILES=helix.so nphelix.xpt
|
|
|
|
PDIR= ${WEBPLUGINS_DIR:S,${PREFIX}/,,}
|
|
PLIST_FILES= ${PDIR}/helix.so ${PDIR}/nphelix.xpt
|
|
PLIST_DIRS= ${PDIR}
|
|
|
|
do-install:
|
|
${MKDIR} ${WEBPLUGINS_DIR}
|
|
${INSTALL_DATA} ${WEBPLUGINS_FILES:S|^|${WRKSRC}/|} ${WEBPLUGINS_DIR}/
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
|
|
.include <bsd.port.post.mk>
|