freebsd-ports/emulators/nemu/Makefile
Gleb Popov 0c812ca73e emulators/nemu: Update to 3.2.0
Reported by:	portscout!
2022-12-08 13:14:08 +03:00

24 lines
434 B
Makefile

PORTNAME= nemu
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.0
CATEGORIES= emulators
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Ncurses UI for QEMU
WWW= https://github.com/nemuTUI/nemu
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libudev.so:devel/libudev-devd \
libjson-c.so:devel/json-c
USES= cmake gettext-runtime gettext-tools gnome libarchive pkgconfig \
sqlite
USE_GITHUB= yes
GH_ACCOUNT= nemuTUI
USE_GNOME= libxml2
.include <bsd.port.mk>