1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/helixplugin/Makefile
Beat Gaetzi 7bd65f5b4a - Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION

Approved by:	portmgr (miwi)
Exp-run by:	miwi
2009-11-27 09:08:23 +00:00

37 lines
903 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= 5
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 = seamonkey
MAKE_ENV += TOP="${WRKSRC}" GECKO=${GECKO}
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>