summaryrefslogtreecommitdiff
path: root/print/c2ps-a4
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-20 04:16:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-20 04:16:48 +0000
commit83a5febf20a8987a8607147f94f7870e6e7c0252 (patch)
treef65b9376525de3dcb9a7df2e90dba9f1c27c311c /print/c2ps-a4
parentRemove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to (diff)
Dang. I knew I forgot something. This goes with the previous mass commit
(see graphics/Makefile rev. 1.100 for log message).
Notes
Notes: svn path=/head/; revision=14710
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"