summaryrefslogtreecommitdiff
path: root/emulators/makeppf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-18 20:01:28 +0000
committerwiz <wiz@pkgsrc.org>2007-03-18 20:01:28 +0000
commit8160db8db59da695bcd9a190b2fe7afbbc81bf01 (patch)
tree4f6f9fa3e0f39f91df5f39a28d2b98256157e276 /emulators/makeppf/Makefile
parent5621e0ecb0464ee34912c5f0a3be84fafe96a3dd (diff)
downloadpkgsrc-8160db8db59da695bcd9a190b2fe7afbbc81bf01.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"