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
commitb61dbead7aa3830eab53efcf6d293c6594b95f78 (patch)
treef4ae446fd04a52bfaad35d154679f2119eca0798 /comms
parentb91dec538eb84eb450fba595d476cd5fedd75625 (diff)
downloadpkgsrc-b61dbead7aa3830eab53efcf6d293c6594b95f78.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"
+