diff options
Diffstat (limited to 'www/opera-acroread/Makefile.common')
-rw-r--r-- | www/opera-acroread/Makefile.common | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/opera-acroread/Makefile.common b/www/opera-acroread/Makefile.common deleted file mode 100644 index ec3c0d12e25..00000000000 --- a/www/opera-acroread/Makefile.common +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile.common,v 1.11 2009/04/09 00:48:18 joerg Exp $ - -PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|} -CATEGORIES= www print -MASTER_SITES= # empty -DISTFILES= # empty - -DEPENDS+= opera>=7.0:../../www/opera - -EMUL_PLATFORMS= linux-i386 -EMUL_MODULES.linux= motif -EMUL_REQD= suse>=7.3 - -ACRO_PLATFORM= intellinux - -WRKSRC= ${WRKDIR} -NO_CONFIGURE= YES -BUILD_DIRS= # empty -PLIST_SRC= # empty - -FILES_SUBST+= ACROREAD=${ACROREAD:Q} -FILES_SUBST+= ACRO_SUBDIR=${ACRO_SUBDIR:Q} -FILES_SUBST+= ACRO_PLATFORM=${ACRO_PLATFORM:Q} - -DEINSTALL_TEMPLATES+= ${PKGSRCDIR}/www/opera-acroread/DEINSTALL -INSTALL_TEMPLATES+= ${PKGSRCDIR}/www/opera-acroread/INSTALL - -INSTALLATION_DIRS+= ${EMULDIR}/usr/lib/opera/plugins - -do-install: # nothing |