summaryrefslogtreecommitdiff
path: root/cad/geda
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2004-02-22 20:37:45 +0000
committerdmcmahill <dmcmahill>2004-02-22 20:37:45 +0000
commitab4249f362e8d3276409ea80750623a02c8c79fe (patch)
tree13bff99330bd9077c94e23235eea4e67ec292b6d /cad/geda
parent302de55e43639c603e109ad33332479a43e5bd03 (diff)
downloadpkgsrc-ab4249f362e8d3276409ea80750623a02c8c79fe.tar.gz
move a couple of variables to a Makefile.common which are shared by the geda pkgs
Diffstat (limited to 'cad/geda')
-rw-r--r--cad/geda/Makefile5
-rw-r--r--cad/geda/Makefile.common5
2 files changed, 7 insertions, 3 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index fffca0fff7a..7a5faf2ec71 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/01/15 08:07:07 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2004/02/22 20:37:45 dmcmahill Exp $
#
DISTNAME= geda-${PKGVERSION}
@@ -20,8 +20,7 @@ DEPENDS+= geda-utils-${PKGVERSION}nb2:../../cad/geda-utils
DEPENDS+= geda-docs-${PKGVERSION}:../../cad/geda-docs
DEPENDS+= geda-examples-${PKGVERSION}:../../cad/geda-examples
-DIST_SUBDIR= geda
-PKGVERSION= 20030901
+.include "Makefile.common"
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/cad/geda/Makefile.common b/cad/geda/Makefile.common
new file mode 100644
index 00000000000..ac37780c668
--- /dev/null
+++ b/cad/geda/Makefile.common
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.common,v 1.1 2004/02/22 20:37:45 dmcmahill Exp $
+#
+
+DIST_SUBDIR= geda
+PKGVERSION= 20030901