diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-31 08:30:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-31 08:30:47 +0000 |
commit | 0a84d0edb91cd3172d976509086c02c70152d32a (patch) | |
tree | 4972ca5d14fdbefe966aca90776f80c0323e35e2 /emulators/NeoPop-SDL/Makefile | |
parent | 762198e14b2591bad4d6a71cd293ea145cd655b8 (diff) | |
download | pkgsrc-0a84d0edb91cd3172d976509086c02c70152d32a.tar.gz |
Remove NeoPop-SDL. Development has stopped, last release was from 2004,
mess is better suited if you want to emulate this.
Diffstat (limited to 'emulators/NeoPop-SDL/Makefile')
-rw-r--r-- | emulators/NeoPop-SDL/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/emulators/NeoPop-SDL/Makefile b/emulators/NeoPop-SDL/Makefile deleted file mode 100644 index 3e1b1377509..00000000000 --- a/emulators/NeoPop-SDL/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.16 2015/04/25 14:20:44 tnn Exp $ -# - -DISTNAME= NeoPop-SDL-0.2 -PKGREVISION= 10 -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 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-png=${BUILDLINK_PREFIX.png} - -.include "../../devel/SDL/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |