pkgsrc/fonts/acroread-font-share/Makefile.common
jlam bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00

27 lines
650 B
Text

# $NetBSD: Makefile.common,v 1.6 2005/07/15 18:27:49 jlam Exp $
#
PKGNAME= acroread-${DISTNAME}-4.0
MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/
HOMEPAGE= http://www.adobe.com/prodindex/acrobat/readstep.html
DEPENDS+= acroread-4.*:../../print/acroread
RESTRICTED= Redistribution not permitted
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
USE_TOOLS+= gtar
INSTALLATION_DIRS= Acrobat4/Resource
do-install:
@${GTAR} xf ${TAR_FILE} -C ${PREFIX}/Acrobat4/Resource
.include "../../mk/bsd.pkg.mk"