summaryrefslogtreecommitdiff
path: root/cad/geda-examples/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-09-10 23:38:27 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-09-10 23:38:27 +0000
commit3f485a4e7a7c44be67536a270af7049ceaa0549a (patch)
treea2f368551b5657902856718066abfc90b6d77028 /cad/geda-examples/Makefile
parent56d5bb9f5536b4ec99a7fb3eafa13f64347c9b34 (diff)
downloadpkgsrc-3f485a4e7a7c44be67536a270af7049ceaa0549a.tar.gz
import geda-examples, a set of examples of the use of the geda suite of tools.
Diffstat (limited to 'cad/geda-examples/Makefile')
-rw-r--r--cad/geda-examples/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile
new file mode 100644
index 00000000000..e6c9503f469
--- /dev/null
+++ b/cad/geda-examples/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/10 23:38:27 dmcmahill Exp $
+#
+
+DISTNAME= geda-examples-${PKGVERSION}
+CATEGORIES= cad
+MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
+ ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \
+ http://www.geda.seul.org/devel/${PKGVERSION}/ \
+ http://www.geda.coelacanth.com/devel/${PKGVERSION}/
+
+MAINTAINER= dmcmahill@netbsd.org
+HOMEPAGE= http://www.geda.seul.org/
+COMMENT= Examples for gEDA
+
+CONFLICTS+= gEDA<19991011
+
+DIST_SUBDIR= geda
+PKGVERSION= 20030901
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/geda
+ cd ${WRKSRC} && tar -cf - * | \
+ (cd ${PREFIX}/share/examples/geda && tar -xf -)
+ ${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/examples/geda
+ ${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/examples/geda
+
+.include "../../mk/bsd.pkg.mk"