summaryrefslogtreecommitdiff
path: root/emulators/NeoPop-SDL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/NeoPop-SDL/Makefile')
-rw-r--r--emulators/NeoPop-SDL/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/NeoPop-SDL/Makefile b/emulators/NeoPop-SDL/Makefile
new file mode 100644
index 00000000000..cfa695862df
--- /dev/null
+++ b/emulators/NeoPop-SDL/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/01 03:53:51 wiz Exp $
+#
+
+DISTNAME= NeoPop-SDL-0.1
+CATEGORIES= emulators
+MASTER_SITES= http://www.nih.at/NeoPop-SDL/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://www.nih.at/NeoPop-SDL/
+COMMENT= SNK NeoGeo Pocket emulator
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png}
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"