ae9b935fd0
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
29 lines
735 B
Text
29 lines
735 B
Text
# $NetBSD: Makefile.common,v 1.5 2007/10/25 22:01:07 jlam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|}
|
|
CATEGORIES= www print
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
DEPENDS+= firefox-bin>=0.8:../../www/firefox-bin
|
|
|
|
EMUL_PLATFORMS= linux-i386
|
|
|
|
ACRO_PLATFORM= intellinux
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_CHECKSUM= YES
|
|
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/firefox-bin-acroread/DEINSTALL
|
|
INSTALL_TEMPLATES+= ${PKGSRCDIR}/www/firefox-bin-acroread/INSTALL
|
|
|
|
INSTALLATION_DIRS+= ${PREFIX}/lib/firefox-linux/plugins
|
|
|
|
do-install: # nothing
|