summaryrefslogtreecommitdiff
path: root/cad/eagle/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-10-15 12:17:26 +0000
committerrh <rh>2000-10-15 12:17:26 +0000
commit9ba5f0b27a980b68f63807126bb44a77275ea8be (patch)
tree51af6f172ea7f08891136ca95c0431693c307934 /cad/eagle/Makefile
parent3376b568ffdeb866f35916145b2014daeaa31b38 (diff)
downloadpkgsrc-9ba5f0b27a980b68f63807126bb44a77275ea8be.tar.gz
Initial import of eagle-3.92r0, an easy to use schematics and printed
circuit board editor.
Diffstat (limited to 'cad/eagle/Makefile')
-rw-r--r--cad/eagle/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/cad/eagle/Makefile b/cad/eagle/Makefile
new file mode 100644
index 00000000000..c598004156c
--- /dev/null
+++ b/cad/eagle/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 12:17:26 rh Exp $
+#
+
+DISTNAME= ${PKGNAME}-beta-lin
+PKGNAME= eagle-3.92r0
+CATEGORIES= cad
+MASTER_SITES= ftp://ftp.cadsoft.de/pub/betatest/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.cadsoft.de/
+
+DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+CHECK_SHLIBS= NO # this is Linux software
+
+RESTRICTED= "Redistribution not permitted"
+LICENSE= fee-based-commercial-use
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
+NO_BUILD= YES
+
+do-configure:
+ ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" <${FILESDIR}/eagle >${WRKDIR}/eagle
+
+do-install:
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/eagle
+ cd ${WRKSRC} && ${CP} -R ${WRKSRC}/* ${PREFIX}/eagle
+ ${INSTALL_SCRIPT} ${WRKDIR}/eagle ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"