diff options
Diffstat (limited to 'fonts/acroread5-font-share/Makefile.common')
-rw-r--r-- | fonts/acroread5-font-share/Makefile.common | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/fonts/acroread5-font-share/Makefile.common b/fonts/acroread5-font-share/Makefile.common deleted file mode 100644 index 0189fcfa843..00000000000 --- a/fonts/acroread5-font-share/Makefile.common +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile.common,v 1.8 2009/05/19 08:59:14 wiz Exp $ -# - -PKGNAME= acroread5-${DISTNAME}-5.0 -MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/5.x/ - -HOMEPAGE= http://www.adobe.com/products/acrobat/readstep2.html -LICENSE= adobe-acrobat-license - -DEPENDS+= acroread5-5.*:../../print/acroread5 - -DIST_SUBDIR= acrobat5-fonts - -RESTRICTED= Redistribution not permitted -NO_SRC_ON_CDROM=${RESTRICTED} -NO_BIN_ON_CDROM=${RESTRICTED} -NO_SRC_ON_FTP= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} - -PKG_DESTDIR_SUPPORT= user-destdir - -NO_CONFIGURE= yes -NO_BUILD= yes - -USE_TOOLS+= gtar -INSTALLATION_DIRS= Acrobat5/Resource/Font - -do-install: - @${GTAR} xf ${TAR_FILE} -C ${DESTDIR}${PREFIX}/Acrobat5/Resource/Font - -.include "../../mk/bsd.pkg.mk" |