diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-09-30 07:20:04 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-09-30 07:20:04 +0000 |
commit | 24a6bf169b8f9aa8105fb4c8c843cbee38c79d0d (patch) | |
tree | aea16912ffe39383d465f11675dd700f4b1f3cba /www/flashplugin-mozilla-devel | |
parent | f03972e26a7a829aef072a6cfa661bbbae76abff (diff) |
Notes
Diffstat (limited to 'www/flashplugin-mozilla-devel')
-rw-r--r-- | www/flashplugin-mozilla-devel/Makefile | 15 |
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" |