summaryrefslogtreecommitdiff
path: root/emulators/xm7/Makefile
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /emulators/xm7/Makefile
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'emulators/xm7/Makefile')
-rw-r--r--emulators/xm7/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile
deleted file mode 100644
index 5c3c723b946..00000000000
--- a/emulators/xm7/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:51 jlam 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
-
-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}
-
-WRKSRC= ${WRKDIR}/vm
-NO_CONFIGURE= yes
-MAKEFILE= makefile.x11
-INSTALLATION_DIRS= bin
-
-.include "../../mk/x11.buildlink3.mk"
-
-post-extract:
- @cd ${WRKDIR}; ${MV} linux/* vm
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/vm/xm7 ${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"