diff options
author | tv <tv@pkgsrc.org> | 1999-05-22 18:09:12 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-22 18:09:12 +0000 |
commit | 0b30018c126ffbf5288e22e08ae3507a9cf109c1 (patch) | |
tree | 737f6c923421810f0607728d736070ef063cfee4 /converters/cbmconvert/Makefile | |
parent | 2d7d0867340452fc29914ba9cb3dea35f88c0368 (diff) | |
download | pkgsrc-0b30018c126ffbf5288e22e08ae3507a9cf109c1.tar.gz |
Import cbmconvert 2.0.5, file converters for Commodore format files.
Diffstat (limited to 'converters/cbmconvert/Makefile')
-rw-r--r-- | converters/cbmconvert/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/converters/cbmconvert/Makefile b/converters/cbmconvert/Makefile new file mode 100644 index 00000000000..8fdd7b9b32e --- /dev/null +++ b/converters/cbmconvert/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/22 18:09:12 tv Exp $ + +DISTNAME= cbmconvert-2.0.5 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/converters/unix/ + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= http://www.cs.cmu.edu/~dsladic/vice/vice.html + +ALL_TARGET= unix + +# override in Makefile +MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" + +do-install: +.for file in cbmconvert disk2zip zip2disk + ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/ +.endfor + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cbmconvert +.for file in README README.html + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cbmconvert/ +.endfor + +.include "../../mk/bsd.pkg.mk" |