summaryrefslogtreecommitdiff
path: root/www/flashplugin-mozilla-devel
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-09-30 07:20:04 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-09-30 07:20:04 +0000
commit24a6bf169b8f9aa8105fb4c8c843cbee38c79d0d (patch)
treeaea16912ffe39383d465f11675dd700f4b1f3cba /www/flashplugin-mozilla-devel
parentUpdate to 1.3.8, which fixes a security bug. (diff)
Make flashplugin-mozilla a master port and add stub port
flashplugin-mozilla-devel. It fixes plist and dependency problem in flashplugin-mozilla PR: ports/43463 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=67261
Diffstat (limited to 'www/flashplugin-mozilla-devel')
-rw-r--r--www/flashplugin-mozilla-devel/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/flashplugin-mozilla-devel/Makefile b/www/flashplugin-mozilla-devel/Makefile
new file mode 100644
index 000000000000..2d29002fff17
--- /dev/null
+++ b/www/flashplugin-mozilla-devel/Makefile
@@ -0,0 +1,15 @@
+# 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"