pkgsrc/emulators/xm7/Makefile
seb 5f661affe6 Adjust various pathnames to use newly reimported packages from the japanese
category.
This is part of the japanese category retirement.
2002-05-31 15:19:55 +00:00

34 lines
803 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/05/31 15:19:57 seb Exp $
#
DISTNAME= xm71010s
PKGNAME= xm7-1010s
CATEGORIES= emulators
MASTER_SITES= http://www.ipc-tokai.or.jp/~ytanaka/fm7/
EXTRACT_SUFX= .lzh
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://www.ipc-tokai.or.jp/~ytanaka/fm7/xm7.shtml
COMMENT= X11-based FM-7 emulator
BUILD_DEPENDS+= nkf-1.7:../../converters/nkf
WRKSRC= ${WRKDIR}/vm
RESTRICTED= source archive is not redistributable
RESTRICTED+= no-commercial-use
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
# convert CRLF to LF
EXTRACT_CMD= lha xqt ${DOWNLOADED_DISTFILE}
NO_CONFIGURE= yes
MAKEFILE= makefile.x11
post-extract:
@cd ${WRKDIR}; ${MV} linux/* vm
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/vm/xm7 ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"