summaryrefslogtreecommitdiff
path: root/emulators/applyppf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-18 19:56:27 +0000
committerwiz <wiz@pkgsrc.org>2007-03-18 19:56:27 +0000
commita86772bcd675180868933704efb730e7f208e3df (patch)
tree6b7fe227e28c97e163fba02f5989a6af7bd2cc84 /emulators/applyppf/Makefile
parent953092259fe2cee106203dd76c5c6f568cfe2d0e (diff)
downloadpkgsrc-a86772bcd675180868933704efb730e7f208e3df.tar.gz
Initial import of applyppf-3.0:
PPF (PlayStation Patch File) is a tool dedicated to all PlayStation coders and developers out there who are creating PAL/NTSC patches, trainer options and even cracks for your favourite console system. With the files in the PPF package you are in the position to make patchfiles similar to IPS on SuperNES.
Diffstat (limited to 'emulators/applyppf/Makefile')
-rw-r--r--emulators/applyppf/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/applyppf/Makefile b/emulators/applyppf/Makefile
new file mode 100644
index 00000000000..1cd104bac35
--- /dev/null
+++ b/emulators/applyppf/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/18 19:56:27 wiz Exp $
+#
+
+DISTNAME= applyppf3_src
+PKGNAME= applyppf-3.0
+CATEGORIES= emulators
+MASTER_SITES= http://www.paradogs.com/download/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.paradogs.com/download/
+COMMENT= PPF (Playstation Patch File) v3.0 apply tool
+
+WRKSRC= ${WRKDIR}
+
+do-build:
+ cd ${BUILD_DIRS} && ${CC} ${CPPFLAGS} ${CFLAGS} \
+ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
+ -D_LARGEFILE64_SOURCE -o applyppf applyppf3_linux.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/applyppf ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"