summaryrefslogtreecommitdiff
path: root/archivers/undms/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-23 19:17:43 +0000
committertv <tv@pkgsrc.org>1999-05-23 19:17:43 +0000
commit36506b9581cacae03382d0723a985952853dc39e (patch)
tree22b4f21917cf5cbeec6f53833ddf3b79e2178f8b /archivers/undms/Makefile
parent25d20a2072c29edc479e27101900c709d39ffdb4 (diff)
downloadpkgsrc-36506b9581cacae03382d0723a985952853dc39e.tar.gz
undms converts Amiga DMS compressed disk images to "ADF" uncompressed
disk images suitable for Amiga emulators or writing to disk on NetBSD/amiga.
Diffstat (limited to 'archivers/undms/Makefile')
-rw-r--r--archivers/undms/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile
new file mode 100644
index 00000000000..ad23323639c
--- /dev/null
+++ b/archivers/undms/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/23 19:17:43 tv Exp $
+
+DISTNAME= undms-1.3.c
+PKGNAME= undms-1.3
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.germany.aminet.org/pub/aminet/misc/unix/
+EXTRACT_SUFX= .Z
+
+MAINTAINER= packages@netbsd.org
+
+NO_WRKSUBDIR=
+EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME}
+
+do-build:
+ cd ${WRKSRC} && ${LINK.c} -o undms undms-1.3.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"