blob: 2afd86ce8c082f9ce1d69622e35e76a6561e614a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: acroread
# Date created: 4 June 2005
# Whom: hrs@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= acroread
PORTVERSION= 7.0.9
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= japanese print
MASTERDIR= ${.CURDIR}/../../print/acroread7
MD5_FILE= ${.CURDIR}/distinfo
ADOBE_LANG= JPN
.include "${MASTERDIR}/Makefile"
|