diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-22 20:37:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-22 20:37:45 +0000 |
commit | fce61cbd9bb284cbfbcbce771c0837c447d8c1db (patch) | |
tree | 13bff99330bd9077c94e23235eea4e67ec292b6d /cad | |
parent | 47ea738030c3e04b9fb4a4cb7be38b294e978129 (diff) | |
download | pkgsrc-fce61cbd9bb284cbfbcbce771c0837c447d8c1db.tar.gz |
move a couple of variables to a Makefile.common which are shared by the geda pkgs
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda/Makefile | 5 | ||||
-rw-r--r-- | cad/geda/Makefile.common | 5 |
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 |