summaryrefslogtreecommitdiff
path: root/print/c2ps-a4
diff options
context:
space:
mode:
Diffstat (limited to 'print/c2ps-a4')
-rw-r--r--print/c2ps-a4/Makefile12
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"