blob: 09e1328828cee93232d6fb09d9117bb6930c276f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.3 2003/03/28 21:14:17 wiz Exp $
DISTNAME= mftr33
PKGNAME= hercules-images-20010222
CATEGORIES= emulators
MASTER_SITES= http://www.conmicro.cx/hercules/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.conmicro.cx/hercules/
COMMENT= Images to IPL the Hercules emulator
NO_BUILD= yes
NO_CONFIGURE= yes
EXTRACT_ONLY=
WRKSRC= ${WRKDIR}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/data/hercules
cd ${PREFIX}/share/data/hercules; \
(${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ; dd if=/dev/zero bs=10k count=2) | ${PAX} -r
.include "../../mk/bsd.pkg.mk"
|