16 lines
366 B
Makefile
16 lines
366 B
Makefile
|
# New ports collection makefile for: flashplugin-mozilla-devel
|
||
|
# Date created: 29 September 2002
|
||
|
# Whom: Leland Wang <llwang@infor.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= flashplugin-mozilla-devel
|
||
|
|
||
|
RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla-devel
|
||
|
|
||
|
PLUGIN_DIR= lib/mozilla-devel/plugins
|
||
|
MASTERDIR= ${.CURDIR}/../flashplugin-mozilla
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|