diff options
Diffstat (limited to 'print/sv-acroread8/Makefile')
-rw-r--r-- | print/sv-acroread8/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/sv-acroread8/Makefile b/print/sv-acroread8/Makefile new file mode 100644 index 000000000000..a325c2ab089a --- /dev/null +++ b/print/sv-acroread8/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: sv-acroread8 +# Date created: 27 December 2007 +# Whom: hrs +# +# $FreeBSD$ +# + +PKGNAMEPREFIX= sv- + +MASTERDIR= ${.CURDIR}/../../print/acroread8 +MD5_FILE= ${.CURDIR}/distinfo + +ADOBE_LANG= SVE + +.include "${MASTERDIR}/Makefile" |