pkgsrc/emulators/hercules-images/Makefile
hubertf d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00

23 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/02/25 04:17:45 hubertf 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
NO_PATCH= 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"