mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
33 lines
844 B
Makefile
33 lines
844 B
Makefile
# New ports collection makefile for: helixplugin
|
|
# Date created: October 22, 2006
|
|
# Whom: Mikhail T <mi@aldan.algebra.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hxplugin
|
|
PORTVERSION= 20070318
|
|
PORTREVISION= 1
|
|
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 = firefox mozilla seamonkey xulrunner firefox-devel
|
|
USE_GECKO = ${_GECKO_ALL}
|
|
MAKE_ENV += TOP="${WRKSRC}" GECKO=${GECKO}
|
|
|
|
PDIR ?= lib/browser_plugins
|
|
PLIST_FILES= ${PDIR}/helix.so ${PDIR}/nphelix.xpt
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${PLIST_FILES:S|${PDIR}|${WRKSRC}|} ${PREFIX}/${PDIR}/
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
|
|
.include <bsd.port.post.mk>
|