summaryrefslogtreecommitdiff
path: root/print/a2ps-a4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--print/a2ps-a4/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/a2ps-a4/Makefile b/print/a2ps-a4/Makefile
new file mode 100644
index 000000000000..912e36af4b08
--- /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"