freebsd-ports/www/flashplugin-mozilla/Makefile
Mark Linimon a453814a89 Mark as unbroken in the general case. (The last plist build errors
seen on bento were in a race condition with the last CVS update).
It builds on at least one architecture at the moment; however, it
is possible that there still may be errors with other architectures.

Requested by:	"Li-Lun Wang (Leland Wang)" <llwang@infor.org> (maintainer)
2004-03-05 07:35:36 +00:00

32 lines
795 B
Makefile

# New ports collection makefile for: flashplugin-mozilla
# Date created: 25 October 2001
# Whom: Leland Wang <llwang@infor.org>
#
# $FreeBSD$
#
PORTNAME?= flashplugin-mozilla
PORTVERSION= 0.4.10
PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= http://www.swift-tools.net/Flash/
DISTNAME= flash-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= llwang@infor.org
COMMENT= A GPL standalone Flash (TM) plugin for Mozilla web browser
LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash
RUN_DEPENDS?= mozilla:${PORTSDIR}/www/mozilla
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/Plugin
PLUGIN_DIR?= lib/browser_plugins
PLIST_SUB+= PLUGIN_DIR=${PLUGIN_DIR}
do-install:
@${MKDIR} ${PREFIX}/${PLUGIN_DIR}
@${INSTALL_PROGRAM} ${WRKSRC}/npflash.so ${PREFIX}/${PLUGIN_DIR}
.include <bsd.port.mk>