blob: c3fa3422db4433ac8553314eabe9e49f06fd7bb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $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"
|