summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorgmcgarry <gmcgarry>2001-07-15 20:14:04 +0000
committergmcgarry <gmcgarry>2001-07-15 20:14:04 +0000
commite48cc60034107b93cee20f1a1f89978f4c867168 (patch)
treef4ae446fd04a52bfaad35d154679f2119eca0798 /comms
parent7aa187221e072cdb8ff5ef048f645eaaa28a5863 (diff)
downloadpkgsrc-e48cc60034107b93cee20f1a1f89978f4c867168.tar.gz
Merge conflict due to import botch.
Diffstat (limited to 'comms')
-rw-r--r--comms/dl-ezkit/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/dl-ezkit/Makefile b/comms/dl-ezkit/Makefile
new file mode 100644
index 00000000000..757bbc29cbd
--- /dev/null
+++ b/comms/dl-ezkit/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.3 2001/07/15 20:14:04 gmcgarry Exp $
+
+PKGNAME= dl-ezkit-0.8.1
+DISTNAME= dl-ezkit-0.8.1-bsd
+CATEGORIES= comms
+MASTER_SITES= http://www.ww.tu-freiberg.de/~pberg/download/Unix-sources/
+
+MAINTAINER= gmcgarry@netbsd
+HOMEPAGE= http://www.ww.tu-freiberg.de/~pberg/download/
+COMMENT= coff file downloader for the EZ-KIT Lite using the RS232
+
+WRKSRC= ${WRKDIR}/dl-ezkit
+MAKEFILE= Makefile.bsd
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dl ${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"
+