Fixup fromcvs/togit conversion
[pkgsrcv2.git] / emulators / hercules-images / Makefile
1 # $NetBSD: Makefile,v 1.11 2008/03/03 19:21:38 jlam Exp $
2
3 DISTNAME=               mftr33
4 PKGNAME=                hercules-images-20010222
5 CATEGORIES=             emulators
6 MASTER_SITES=           http://www.conmicro.cx/hercules/
7
8 MAINTAINER=             pkgsrc-users@NetBSD.org
9 HOMEPAGE=               http://www.conmicro.cx/hercules/
10 COMMENT=                Images to IPL the Hercules emulator
11
12 WRKSRC=                 ${WRKDIR}
13 NO_BUILD=               yes
14 NO_CONFIGURE=           yes
15 EXTRACT_ONLY=
16 USE_TOOLS+=             gzcat pax
17
18 do-install:
19         ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/data/hercules
20         cd ${DESTDIR}${PREFIX}/share/data/hercules &&                   \
21                 (gzcat ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX};           \
22                  dd if=/dev/zero bs=10k count=2) | pax -O -r
23
24 .include "../../mk/bsd.pkg.mk"