blob: 496ed3eebb93fb8bd94ab24c58a1b4ad5eaaa5d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.4 2006/02/05 23:11:21 joerg Exp $
.include "Makefile.common"
PKGREVISION= 1
COMMENT= Flash Player plugin for firefox-bin
DEPENDS+= firefox-bin>=0.8:../../www/firefox-bin
.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"
|