- Remove CONFLICTS. All of the localized versions can coexist now. - Update the localized versions to 7.0.5 if possible. - Add support for print/acroreadwrapper. Discussed with: netchild and mezz PR: ports/90319
18 lines
325 B
Makefile
18 lines
325 B
Makefile
# New ports collection makefile for: acroread
|
|
# Date created: 4 June 2005
|
|
# Whom: hrs@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= acroread
|
|
PORTVERSION= 7.0.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese print
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/acroread7
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
ADOBE_LANG= JPN
|
|
|
|
.include "${MASTERDIR}/Makefile"
|