diff options
author | tv <tv@pkgsrc.org> | 1999-05-23 19:17:43 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-23 19:17:43 +0000 |
commit | 36506b9581cacae03382d0723a985952853dc39e (patch) | |
tree | 22b4f21917cf5cbeec6f53833ddf3b79e2178f8b /archivers/undms/Makefile | |
parent | 25d20a2072c29edc479e27101900c709d39ffdb4 (diff) | |
download | pkgsrc-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/Makefile | 20 |
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" |