summaryrefslogtreecommitdiff
path: root/cad/pcb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r--cad/pcb/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
new file mode 100644
index 00000000000..5f2ce48301f
--- /dev/null
+++ b/cad/pcb/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/11/07 14:30:33 frueauf Exp $
+# FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp
+#
+
+DISTNAME= pcb-1.6.3
+CATEGORIES= cad
+MASTER_SITES= ftp://ftp.linuxppc.org/pub/linuxppc/users/harry/PCB/ \
+ ftp://ftp.uni-ulm.de/pub/pcb/mirror/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+
+BUILD_DEPENDS= gm4:../../devel/m4 \
+ texindex:../../print/teTeX
+RUN_DEPENDS= gm4:../../devel/m4
+
+USE_IMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"