summaryrefslogtreecommitdiff
path: root/emulators/uips/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-02-27 15:35:57 +0000
committerwiz <wiz@pkgsrc.org>2004-02-27 15:35:57 +0000
commit46776840ce06f53b324b7038654450712e9d60c2 (patch)
tree8ee614399b458f53e810d107fc28e14b07fe2cb0 /emulators/uips/Makefile
parent3ecfdd148cbaceb1c70d0275f4a7c0bafd6be4e8 (diff)
downloadpkgsrc-46776840ce06f53b324b7038654450712e9d60c2.tar.gz
Initial import of uips, an IPS patcher.
IPS patches are binary patches (usually used for hacks/trainers/patches for emulator ROMs).
Diffstat (limited to 'emulators/uips/Makefile')
-rw-r--r--emulators/uips/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/emulators/uips/Makefile b/emulators/uips/Makefile
new file mode 100644
index 00000000000..c5a00069ddf
--- /dev/null
+++ b/emulators/uips/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/27 15:35:57 wiz Exp $
+#
+
+DISTNAME= uips
+PKGNAME= uips-1.0
+CATEGORIES= emulators
+MASTER_SITES= http://www.neillcorlett.com/uips/
+DISTFILES= uips.c uips.txt
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://www.neillcorlett.com/uips/
+COMMENT= IPS patcher with v2 support
+
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
+WRKSRC= ${WRKDIR}
+USE_BUILDLINK3= yes
+
+do-extract:
+ ${CP} ${_DISTDIR}/uips.c ${WRKSRC}/
+ ${CP} ${_DISTDIR}/uips.txt ${WRKSRC}/
+ ${CP} ${FILESDIR}/Makefile ${WRKSRC}/
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/uips ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uips
+ ${INSTALL_DATA} ${WRKSRC}/uips.txt ${PREFIX}/share/doc/uips
+
+.include "../../mk/bsd.pkg.mk"