diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-20 04:16:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-20 04:16:48 +0000 |
commit | 83a5febf20a8987a8607147f94f7870e6e7c0252 (patch) | |
tree | f65b9376525de3dcb9a7df2e90dba9f1c27c311c /print/c2ps-a4 | |
parent | 751790b51ae4c1152e8944cbaf99d49b1377e95b (diff) | |
download | ports-83a5febf20a8987a8607147f94f7870e6e7c0252.tar.gz ports-83a5febf20a8987a8607147f94f7870e6e7c0252.zip |
Notes
Diffstat (limited to 'print/c2ps-a4')
-rw-r--r-- | print/c2ps-a4/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/c2ps-a4/Makefile b/print/c2ps-a4/Makefile new file mode 100644 index 000000000000..b09b92516dba --- /dev/null +++ b/print/c2ps-a4/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: c2ps (a4) +# Version required: 4.0 +# Date created: 19 March 1997 +# Whom: Matthew Hunt <mph@pobox.com> +# +# $Id$ +# + +PAPERSIZE= a4 +MASTERDIR= ${.CURDIR}/../c2ps-letter + +.include "${MASTERDIR}/Makefile" |