diff options
author | asami <asami@FreeBSD.org> | 1998-11-20 04:16:48 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-20 04:16:48 +0000 |
commit | 5083a4bbf528df4988fd79f05353d5f4b2dc6124 (patch) | |
tree | abb1703b12ace75a4153086bda2049030f478482 /print/c2ps-a4/Makefile | |
parent | 71102e95212bab836c7a1f7b6a46879128507258 (diff) | |
download | FreeBSD-ports-5083a4bbf528df4988fd79f05353d5f4b2dc6124.zip FreeBSD-ports-5083a4bbf528df4988fd79f05353d5f4b2dc6124.tar.gz |
Dang. I knew I forgot something. This goes with the previous mass commit
(see graphics/Makefile rev. 1.100 for log message).
Diffstat (limited to 'print/c2ps-a4/Makefile')
-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 0000000..b09b925 --- /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" |