e32afb6fea
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
35 lines
863 B
Makefile
35 lines
863 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/03/27 03:19:56 hubertf 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:../../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}
|
|
|
|
LHA= lha
|
|
# convert CRLF to LF and sjis encoding to EUC-JP in text files.
|
|
EXTRACT_CMD= ${LHA} xqte ${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"
|