From 653c80f4ae1fc863c6b4ecb89f065f0136b910cc Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sun, 22 Feb 2004 20:37:45 +0000 Subject: move a couple of variables to a Makefile.common which are shared by the geda pkgs --- cad/geda/Makefile | 5 ++--- cad/geda/Makefile.common | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 cad/geda/Makefile.common (limited to 'cad/geda') 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 -- cgit v1.2.3