summaryrefslogtreecommitdiff
path: root/emulators/makeppf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-03-18 20:01:28 +0000
committerwiz <wiz>2007-03-18 20:01:28 +0000
commit7886c76e18fb2be21f418c9c8127ce29a0c9fc18 (patch)
tree4f6f9fa3e0f39f91df5f39a28d2b98256157e276 /emulators/makeppf/Makefile
parentb462f41b4b90a965bd554cc420dc940183f42b1a (diff)
downloadpkgsrc-7886c76e18fb2be21f418c9c8127ce29a0c9fc18.tar.gz
Initial import of makeppf-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. This package contains a tool to create PPF patches.
Diffstat (limited to 'emulators/makeppf/Makefile')
-rw-r--r--emulators/makeppf/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/makeppf/Makefile b/emulators/makeppf/Makefile
new file mode 100644
index 00000000000..d96d2bc4879
--- /dev/null
+++ b/emulators/makeppf/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/18 20:01:28 wiz Exp $
+#
+
+DISTNAME= makeppf3_src
+PKGNAME= makeppf-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 creation tool
+
+WRKSRC= ${WRKDIR}
+
+do-build:
+ cd ${BUILD_DIRS} && ${CC} ${CPPFLAGS} ${CFLAGS} \
+ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
+ -D_LARGEFILE64_SOURCE -o makeppf makeppf3_linux.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/makeppf ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"