diff options
Diffstat (limited to 'print/a2ps-a4/Makefile')
-rw-r--r-- | print/a2ps-a4/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/a2ps-a4/Makefile b/print/a2ps-a4/Makefile new file mode 100644 index 0000000..912e36a --- /dev/null +++ b/print/a2ps-a4/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: a2ps (a4) +# Version required: 4.10.3 +# Date created: 15 July 1998 +# Whom: Chuck Robey (chuckr@freebsd.org) +# +# $Id$ +# + +PAPERSIZE= a4 +MASTERDIR= ${.CURDIR}/../a2ps-letter + +.include "${MASTERDIR}/Makefile" |