summaryrefslogtreecommitdiff
path: root/print/foomatic-filters
diff options
context:
space:
mode:
authorjlam <jlam>2005-12-17 18:26:07 +0000
committerjlam <jlam>2005-12-17 18:26:07 +0000
commit61a55c494e8f1b82c117741a605f74c3707bf4df (patch)
treee36e3d4d006735b234a2868423b99254689aad8a /print/foomatic-filters
parent6f3b4fd88531de120fdf65ebc63f55fd11ba295f (diff)
downloadpkgsrc-61a55c494e8f1b82c117741a605f74c3707bf4df.tar.gz
Add a Makefile.common that can be used by all foomatic-filters{,-*}
packages, and which provides a common definition for the version number.
Diffstat (limited to 'print/foomatic-filters')
-rw-r--r--print/foomatic-filters/Makefile.common11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/foomatic-filters/Makefile.common b/print/foomatic-filters/Makefile.common
new file mode 100644
index 00000000000..c446a5e042a
--- /dev/null
+++ b/print/foomatic-filters/Makefile.common
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile.common,v 1.1 2005/12/17 18:26:07 jlam Exp $
+#
+# This Makefile.common file is included by the following Makefiles:
+#
+# print/foomatic-filters/Makefile
+# print/foomatic-filters-cups/Makefile
+#
+
+FOOMATIC_FILTERS_VERSION= 3.0.2
+CATEGORIES= print
+HOMEPAGE= http://www.linuxprinting.org/foomatic.html