diff options
Diffstat (limited to 'emulators/xm7/Makefile')
-rw-r--r-- | emulators/xm7/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 27ca9191032..0c23923b201 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 18:38:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/28 10:47:23 wiz Exp $ # DISTNAME= xm71010s @@ -11,19 +11,18 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.ipc-tokai.or.jp/~ytanaka/fm7/xm7.shtml COMMENT= X11-based FM-7 emulator -NO_WRKSUBDIR= # empty +BUILD_DEPENDS+= nkf:../../japanese/nkf + WRKSRC= ${WRKDIR}/vm RESTRICTED= source archive is not redistributable RESTRICTED+= no-commercial-use NO_SRC_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -MIRROR_DISTFILES= no LHA= lha # convert CRLF to LF and sjis encoding to EUC-JP in text files. -EXTRACT_CMD= ${LHA} xqte ${DOWNLOADED_DISTFILE} +EXTRACT_CMD= ${LHA} xqte ${DOWNLOADED_DISTFILE} -BUILD_DEPENDS+= nkf:../../japanese/nkf NO_CONFIGURE= yes MAKEFILE= Makefile.X11 |