summaryrefslogtreecommitdiff
path: root/emulators/uips/Makefile
diff options
context:
space:
mode:
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"