diff options
author | dmcmahill <dmcmahill> | 2004-02-22 20:37:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-02-22 20:37:45 +0000 |
commit | 653c80f4ae1fc863c6b4ecb89f065f0136b910cc (patch) | |
tree | 13bff99330bd9077c94e23235eea4e67ec292b6d /cad/geda | |
parent | 29dabf78c265402ad726d60c5fda82e9109f16b0 (diff) | |
download | pkgsrc-653c80f4ae1fc863c6b4ecb89f065f0136b910cc.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/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 |