Changeset View
Changeset View
Standalone View
Standalone View
emulators/mesen/Makefile
| PORTNAME= mesen | PORTNAME= mesen | ||||
| DISTVERSION= 0.9.9 | DISTVERSION= 0.9.9 | ||||
| CATEGORIES= emulators | CATEGORIES= emulators | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Cross-platform Nintendo Entertainment System (NES/Famicom) emulator | COMMENT= Cross-platform Nintendo Entertainment System (NES/Famicom) emulator | ||||
| WWW= https://www.mesen.ca/ | WWW= https://www.mesen.ca/ | ||||
| LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
| # ARM/MIPS are only supported on Android | # ARM is only supported on Android | ||||
| ONLY_FOR_ARCHS= amd64 i386 | ONLY_FOR_ARCHS= amd64 i386 | ||||
| BUILD_DEPENDS= zip:archivers/zip \ | BUILD_DEPENDS= zip:archivers/zip \ | ||||
| evdev-proto>0:devel/evdev-proto \ | evdev-proto>0:devel/evdev-proto \ | ||||
| msbuild:devel/msbuild | msbuild:devel/msbuild | ||||
| LIB_DEPENDS= libevdev.so:devel/libevdev \ | LIB_DEPENDS= libevdev.so:devel/libevdev \ | ||||
| libgdiplus.so:x11-toolkits/libgdiplus | libgdiplus.so:x11-toolkits/libgdiplus | ||||
| ▲ Show 20 Lines • Show All 61 Lines • Show Last 20 Lines | |||||