diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | d38f7d91c87848913d7b9b0866087c3f5f3b5dff (patch) | |
tree | f40aa0fae836f0a8866249f7237e61d83b9feafd /print/acroread4 | |
parent | f39d3f29e6126cdc0a2f27d2b70c8d6667774330 (diff) | |
download | ports-d38f7d91c87848913d7b9b0866087c3f5f3b5dff.tar.gz ports-d38f7d91c87848913d7b9b0866087c3f5f3b5dff.zip |
Notes
Diffstat (limited to 'print/acroread4')
-rw-r--r-- | print/acroread4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 4cff4b62a0e4..34d9e197ec1f 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: acroread -# Version required: 4.0 # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # @@ -7,14 +6,15 @@ # .include <bsd.port.pre.mk> +PORTNAME= acroread +PORTVERSION= 4.05 +CATEGORIES= print linux +MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/ .if ${ARCH} == "i386" DISTNAME= linux-ar-405 .elif ${ARCH} == "alpha" DISTNAME= fdec-rs-405 .endif -PKGNAME= acroread-4.05 -CATEGORIES= print linux -MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/ MAINTAINER= dima@FreeBSD.org |