summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2005-12-17 18:26:07 +0000
committerjlam <jlam>2005-12-17 18:26:07 +0000
commit19163121c6906407d0b9a04c1d63cb453fc717cd (patch)
treee36e3d4d006735b234a2868423b99254689aad8a /print
parent9430a6f946335346b9353f2a4c104cd55e20ab46 (diff)
downloadpkgsrc-19163121c6906407d0b9a04c1d63cb453fc717cd.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')
-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